diff options
author | Andre Silva <andre.silva@freescale.com> | 2011-06-10 12:08:14 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-07-07 04:01:07 -0400 |
commit | bd8978267d024521bdd6e453dcefc64d78d6afe6 (patch) | |
tree | 563cf7bcc43808d5d14f4a169f8b6f02b74c2da5 /arch/arm/mach-mx5/Kconfig | |
parent | 8b6c44f10087fedfb2e041e964b373df53c65514 (diff) |
ARM: mach-mx5/mx53_ard: Add support for i.MX53 ARD board
Signed-off-by: Andre Silva <andre.silva@freescale.com>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx5/Kconfig')
-rw-r--r-- | arch/arm/mach-mx5/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/Kconfig b/arch/arm/mach-mx5/Kconfig index 3c9845552ca7..695cdf017c5e 100644 --- a/arch/arm/mach-mx5/Kconfig +++ b/arch/arm/mach-mx5/Kconfig | |||
@@ -209,6 +209,14 @@ config MACH_MX53_LOCO | |||
209 | Include support for MX53 LOCO platform. This includes specific | 209 | Include support for MX53 LOCO platform. This includes specific |
210 | configurations for the board and its peripherals. | 210 | configurations for the board and its peripherals. |
211 | 211 | ||
212 | config MACH_MX53_ARD | ||
213 | bool "Support MX53 ARD platforms" | ||
214 | select SOC_IMX53 | ||
215 | select IMX_HAVE_PLATFORM_IMX_UART | ||
216 | help | ||
217 | Include support for MX53 ARD platform. This includes specific | ||
218 | configurations for the board and its peripherals. | ||
219 | |||
212 | endif # ARCH_MX53_SUPPORTED | 220 | endif # ARCH_MX53_SUPPORTED |
213 | 221 | ||
214 | endif | 222 | endif |