diff options
author | Stefan Agner <stefan@agner.ch> | 2018-03-18 16:34:41 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-27 09:38:31 -0400 |
commit | 63fdfbf5a76e175ad0476c8fed9db98fe9758b88 (patch) | |
tree | bed4231f61cb3c9da9e05f7481539c432650fd3a | |
parent | 76b5bce4bb5ea9e57c465cc7c67b1b632518772d (diff) |
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>
-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 | |||
175 | CONFIG_CAN_BCM=y | 175 | CONFIG_CAN_BCM=y |
176 | CONFIG_CAN_DEV=y | 176 | CONFIG_CAN_DEV=y |
177 | CONFIG_CAN_AT91=m | 177 | CONFIG_CAN_AT91=m |
178 | CONFIG_CAN_FLEXCAN=m | ||
178 | CONFIG_CAN_RCAR=m | 179 | CONFIG_CAN_RCAR=m |
179 | CONFIG_CAN_XILINXCAN=y | 180 | CONFIG_CAN_XILINXCAN=y |
180 | CONFIG_CAN_MCP251X=y | 181 | CONFIG_CAN_MCP251X=y |