diff options
author | Stefan Agner <stefan@agner.ch> | 2018-03-18 23:34:41 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-27 16:38:31 +0300 |
commit | 63fdfbf5a76e175ad0476c8fed9db98fe9758b88 (patch) | |
tree | bed4231f61cb3c9da9e05f7481539c432650fd3a /arch/arm/configs | |
parent | 76b5bce4bb5ea9e57c465cc7c67b1b632518772d (diff) | |
download | linux-63fdfbf5a76e175ad0476c8fed9db98fe9758b88.tar.xz |
ARM: multi_v7_defconfig: add NXP FlexCAN IP support
Enable FlexCAN support as module by default. FlexCAN can be found
on various NXP designs such as the i.MX and Vybrid SoC family.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 736f9df8f683..e6b3c96d4c09 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -175,6 +175,7 @@ CONFIG_CAN_RAW=y CONFIG_CAN_BCM=y CONFIG_CAN_DEV=y CONFIG_CAN_AT91=m +CONFIG_CAN_FLEXCAN=m CONFIG_CAN_RCAR=m CONFIG_CAN_XILINXCAN=y CONFIG_CAN_MCP251X=y |