diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-02-17 01:28:52 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-17 06:03:11 -0500 |
commit | 15808182ae8044a064286445bcecaee6105cd718 (patch) | |
tree | 5cc064f31cd7d5a270ee491c53bf2846178c8b65 /arch/arm/mach-mxs/Kconfig | |
parent | 2e8acbc28314ce1a0f9cc65a7e76bd24595a6bad (diff) |
ARM: mxs/mx28evk: add auart 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 3c5ce09b8708..55bf075add9b 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig | |||
@@ -29,6 +29,7 @@ config MACH_MX28EVK | |||
29 | bool "Support MX28EVK Platform" | 29 | bool "Support MX28EVK Platform" |
30 | select SOC_IMX28 | 30 | select SOC_IMX28 |
31 | select MXS_HAVE_AMBA_DUART | 31 | select MXS_HAVE_AMBA_DUART |
32 | select MXS_HAVE_PLATFORM_AUART | ||
32 | select MXS_HAVE_PLATFORM_FEC | 33 | select MXS_HAVE_PLATFORM_FEC |
33 | select MXS_OCOTP | 34 | select MXS_OCOTP |
34 | default y | 35 | default y |