diff options
author | Shawn Guo <shawn.guo@freescale.com> | 2011-02-17 14:28:51 +0800 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-02-17 12:03:11 +0100 |
commit | 2e8acbc28314ce1a0f9cc65a7e76bd24595a6bad (patch) | |
tree | a85b5c44e61f91076f3d217e2dba7f2c6b122f87 /arch/arm/mach-mxs/Kconfig | |
parent | edca314f27c984f353a5129253d8d5241b82c517 (diff) | |
download | talos-op-linux-2e8acbc28314ce1a0f9cc65a7e76bd24595a6bad.tar.gz talos-op-linux-2e8acbc28314ce1a0f9cc65a7e76bd24595a6bad.zip |
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 bool "Support MX23EVK Platform" select SOC_IMX23 select MXS_HAVE_AMBA_DUART + select MXS_HAVE_PLATFORM_AUART default y help Include support for MX23EVK platform. This includes specific |