summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/recipes-kernel
diff options
context:
space:
mode:
authorKhouloud Touil <ktouil@baylibre.com>2018-06-20 14:03:51 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-07-04 09:59:27 +0000
commitd870883e7b29d212dc3e2a0e6158d837d4356c6a (patch)
tree3e7a538f6a8aa13a7ad9e6b1c0374ff4a7208d55 /meta-agl-bsp/recipes-kernel
parentf8829aaefc1c7ddf8766c9a10ac7bb0c074a08df (diff)
Set CAN modules
Add the C_CAN and the C_CAN_PLATFORM modules to be built as a kernel modules, those modules supports the Bosch D_CAN and C_CAN peripheral IPs Change-Id: If5657ba12bb5fc5c2ad1e06554a89255fddd4745 Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
Diffstat (limited to 'meta-agl-bsp/recipes-kernel')
-rw-r--r--meta-agl-bsp/recipes-kernel/linux/linux/can-bus.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-agl-bsp/recipes-kernel/linux/linux/can-bus.cfg b/meta-agl-bsp/recipes-kernel/linux/linux/can-bus.cfg
index 5966198d7..2070177be 100644
--- a/meta-agl-bsp/recipes-kernel/linux/linux/can-bus.cfg
+++ b/meta-agl-bsp/recipes-kernel/linux/linux/can-bus.cfg
@@ -11,6 +11,8 @@ CONFIG_CAN_GW=m
#
# CAN Device Drivers
#
+CONFIG_CAN_C_CAN=m
+CONFIG_CAN_C_CAN_PLATFORM=m
CONFIG_CAN_VCAN=m
CONFIG_CAN_SLCAN=m
CONFIG_CAN_DEV=m