Message ID | 20230413223051.24455-3-jm@ti.com |
---|---|
State | New |
Headers | show |
Series | Enable multiple MCAN on AM62x | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 7790ee42c68a..172a2523051f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -176,6 +176,8 @@ CONFIG_NET_ACT_GATE=m CONFIG_QRTR_SMD=m CONFIG_QRTR_TUN=m CONFIG_CAN=m +CONFIG_CAN_M_CAN=m +CONFIG_CAN_M_CAN_PLATFORM=m CONFIG_BT=m CONFIG_BT_HIDP=m # CONFIG_BT_LE is not set
Enable CAN_M_CAN and CAN_M_CAN_PLATFORM to be built as modules by default for TI boards. Signed-off-by: Judith Mendez <jm@ti.com> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)