diff options
author | Li Yang | 2020-03-11 17:53:04 -0500 |
---|---|---|
committer | Shawn Guo | 2020-03-16 09:32:20 +0800 |
commit | 60f84e65da591e520124acba96c254e0d5d57173 (patch) | |
tree | f874634bfcd1e7bd4dcacfcec71dbdc4fb834e49 /arch/arm64/configs | |
parent | 3fbd82f9af29ed49b66d78fe70956794e1a699ed (diff) |
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 <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/configs')
-rw-r--r-- | arch/arm64/configs/defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 3a57ef4af107..9c1bd5209edf 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 |