diff options
author | Fabio Estevam <fabioestevam@yahoo.com> | 2009-06-02 17:24:16 -0700 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-06-03 11:44:50 +0200 |
commit | aefa1c6e7b76fc428770fede6e8b86587fc2ce09 (patch) | |
tree | 6a107cc554caf90ae4f7ae8b1d2da76301c59fec /arch/arm/mach-mx3/Kconfig | |
parent | 8d9fb9bb89f44a4a06d0e001b16d983b28d571bc (diff) |
MX35: Add basic support for MX35PDK board
Add basic support for MX35PDK board (www.freescale.com/imx35pdk).
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mx3/Kconfig')
-rw-r--r-- | arch/arm/mach-mx3/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig index 6f17ceb0059..6b318d73e2a 100644 --- a/arch/arm/mach-mx3/Kconfig +++ b/arch/arm/mach-mx3/Kconfig @@ -89,4 +89,11 @@ config MACH_ARMADILLO5X0 Include support for Atmark Armadillo-500 platform. This includes specific configurations for the board and its peripherals. +config MACH_MX35_3DS + bool "Support MX35PDK platform" + select ARCH_MX35 + default n + help + Include support for MX35PDK platform. This includes specific + configurations for the board and its peripherals. endif |