BigW Consortium Gitlab

Commit 36e8895a by David Frey

Remove spisvc from mangOH.sdef

Remove spisvc from the mangOH SDEF since the default.sdef from Legato 18.07.0 includes spisvc and mangOH.sdef includes default.sdef indirectly via wifi.sdef.
parent fd386000
......@@ -19,6 +19,5 @@ requires:
kernelModules:
{
$CURDIR/../lsm6ds3/lsm6ds3-i2c
$LEGATO_ROOT/drivers/spisvc/spisvc
}
}
\ No newline at end of file
......@@ -134,8 +134,7 @@ kernelModules:
* wp7xx kernels include the CAN bus in the Kernel config as a built-in module, but not the chip
* driver. Thus, only the chip driver is out of tree for wp7xx kernels.
*
* The CAN Bus is COMMENTED OUT by default, please uncomment to use and be sure to comment out
* spisvc below.
* The CAN Bus is COMMENTED OUT by default, please uncomment to use.
*/
/*
$CURDIR/linux_kernel_modules/can_common/can_iot
......@@ -170,6 +169,4 @@ kernelModules:
$CURDIR/linux_kernel_modules/bme680/bme680-i2c
$CURDIR/linux_kernel_modules/bmi088/bmi088-i2c
#endif // MANGOH_BOARD
$LEGATO_ROOT/drivers/spisvc/spisvc
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment