From: Li Yang Date: Wed, 11 Mar 2020 22:53:04 +0000 (-0500) Subject: arm64: defconfig: Enable NXP flexcan driver X-Git-Tag: v5.7-rc1~98^2~2^2~13 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=60f84e65da591e520124acba96c254e0d5d57173;p=users%2Fjedix%2Flinux-maple.git arm64: defconfig: Enable NXP flexcan driver Enables driver for FLEXCAN device which is used on a wide range of NXP SoCs. Also enabling the related CAN framework. Signed-off-by: Li Yang Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3a57ef4af107f..9c1bd5209edf5 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -161,6 +161,8 @@ CONFIG_QRTR=m CONFIG_QRTR_SMD=m CONFIG_QRTR_TUN=m CONFIG_BPF_JIT=y +CONFIG_CAN=m +CONFIG_CAN_FLEXCAN=m CONFIG_BT=m CONFIG_BT_HIDP=m # CONFIG_BT_HS is not set