diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-03-03 09:13:38 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-08 07:24:11 -0500 |
commit | acc9cdca62e596ca77e41e24a9d2c020a461bd99 (patch) | |
tree | 6a2006664fba2c8e3f4fd9cb7caae17db4f62a57 /arch/arm/mach-mxs/Kconfig | |
parent | 208277f74e449fca082c1895086bd44c159efba5 (diff) |
ARM: mxs/mx28evk: add flexcan devices
Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r-- | arch/arm/mach-mxs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 989c08c6dd93..5ea676af8608 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig | |||
@@ -34,6 +34,7 @@ config MACH_MX28EVK | |||
34 | select MXS_HAVE_AMBA_DUART | 34 | select MXS_HAVE_AMBA_DUART |
35 | select MXS_HAVE_PLATFORM_AUART | 35 | select MXS_HAVE_PLATFORM_AUART |
36 | select MXS_HAVE_PLATFORM_FEC | 36 | select MXS_HAVE_PLATFORM_FEC |
37 | select MXS_HAVE_PLATFORM_FLEXCAN | ||
37 | select MXS_OCOTP | 38 | select MXS_OCOTP |
38 | default y | 39 | default y |
39 | help | 40 | help |