diff mbox series

[2/2] arm: configs: omap5: Enable support for DCAN devices

Message ID 20240122123436.11269-3-sinthu.raja@ti.com
State New
Headers show
Series Add QSPI and DCAN support for AM57x | expand

Commit Message

Sinthu Raja Jan. 22, 2024, 12:34 p.m. UTC
From: Sinthu Raja <sinthu.raja@ti.com>

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@ti.com>
---
 arch/arm/configs/multi_v7_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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