BigW Consortium Gitlab

Commit 44c0d215 by David Frey

Move mangOH Red CAN IoT SDEF fragment

Move the CAN IoT card fragment into a .sinc file to de-clutter the main SDEF file.
parent dd044a6e
......@@ -119,30 +119,8 @@ kernelModules:
$CURDIR/linux_kernel_modules/mt7697q/mt7697q
$CURDIR/linux_kernel_modules/mt7697serial/mt7697serial
/*
* CAN Bus
*
* wp85 kernels don't include any CAN bus in the Kernel config - thus, all the modules are out of
* tree.
*
* 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.
*/
/*
$CURDIR/linux_kernel_modules/can_common/can_iot
#if ${MANGOH_WP_CHIPSET_9X15} = 1
$CURDIR/linux_kernel_modules/can_9x15/can
$CURDIR/linux_kernel_modules/can_9x15/can-bcm
$CURDIR/linux_kernel_modules/can_9x15/can-raw
$CURDIR/linux_kernel_modules/can_9x15/can-dev
$CURDIR/linux_kernel_modules/can_9x15/vcan
$CURDIR/linux_kernel_modules/can_9x15/mcp251x
#elif ${MANGOH_WP_CHIPSET_9X07} = 1
$CURDIR/linux_kernel_modules/can_9x07/mcp251x
#endif // MANGOH_WP_CHIPSET_?
*/
// Uncomment to build for the CAN Bus IoT card on mangOH Red
// #include "sinc/mangoh_red_can_iot_card.sinc"
#elif ${MANGOH_BOARD} = GREEN
$CURDIR/linux_kernel_modules/mangoh/mangoh_green_dv4
......
/*
* CAN Bus IoT card kernel modules for mangOH Red
*
* Directions: Include this .sinc file within the kernelModules section of the SDEF.
*
* wp85/75 kernels don't include any CAN bus in the Kernel config - thus, all the modules are out of
* tree.
*
* wp76/77 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 wp76/77 kernels.
*/
$CURDIR/../linux_kernel_modules/can_common/can_iot
#if ${MANGOH_WP_CHIPSET_9X15} = 1
$CURDIR/../linux_kernel_modules/can_9x15/can
$CURDIR/../linux_kernel_modules/can_9x15/can-bcm
$CURDIR/../linux_kernel_modules/can_9x15/can-raw
$CURDIR/../linux_kernel_modules/can_9x15/can-dev
$CURDIR/../linux_kernel_modules/can_9x15/vcan
$CURDIR/../linux_kernel_modules/can_9x15/mcp251x
#elif ${MANGOH_WP_CHIPSET_9X07} = 1
$CURDIR/../linux_kernel_modules/can_9x07/mcp251x
#endif // MANGOH_WP_CHIPSET_?
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