From: Sinthu Raja <sinthu.raja@xxxxxx> Enable configs CAN_C_CAN and CAN_C_CAN_PLATFORM as module to add support for C_CAN/D_CAN devices connected to the platform bus. Signed-off-by: Sinthu Raja <sinthu.raja@xxxxxx> --- arch/arm/configs/multi_v7_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 07d52c079eb0..87b2c6136e72 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1305,3 +1305,5 @@ CONFIG_PRINTK_TIME=y CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_FS=y CONFIG_SPI_TI_QSPI=y +CONFIG_CAN_C_CAN=m +CONFIG_CAN_C_CAN_PLATFORM=m -- 2.36.1