diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-02-17 01:28:51 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-17 06:03:11 -0500 |
commit | 2e8acbc28314ce1a0f9cc65a7e76bd24595a6bad (patch) | |
tree | a85b5c44e61f91076f3d217e2dba7f2c6b122f87 /arch/arm/mach-mxs/Kconfig | |
parent | edca314f27c984f353a5129253d8d5241b82c517 (diff) |
ARM: mxs/mx23evk: add auart device
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 cd2fbdfc37e8..3c5ce09b8708 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig | |||
@@ -19,6 +19,7 @@ config MACH_MX23EVK | |||
19 | bool "Support MX23EVK Platform" | 19 | bool "Support MX23EVK Platform" |
20 | select SOC_IMX23 | 20 | select SOC_IMX23 |
21 | select MXS_HAVE_AMBA_DUART | 21 | select MXS_HAVE_AMBA_DUART |
22 | select MXS_HAVE_PLATFORM_AUART | ||
22 | default y | 23 | default y |
23 | help | 24 | help |
24 | Include support for MX23EVK platform. This includes specific | 25 | Include support for MX23EVK platform. This includes specific |