From d870883e7b29d212dc3e2a0e6158d837d4356c6a Mon Sep 17 00:00:00 2001 From: Khouloud Touil Date: Wed, 20 Jun 2018 14:03:51 +0000 Subject: 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 --- meta-agl-bsp/recipes-kernel/linux/linux/can-bus.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-agl-bsp/recipes-kernel/linux') 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 -- cgit 1.2.3-korg