aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/Kconfig
diff options
context:
space:
mode:
authorAlberto Panizzo <maramaopercheseimorto@gmail.com>2009-05-19 04:01:03 -0400
committerSascha Hauer <s.hauer@pengutronix.de>2009-05-19 05:24:57 -0400
commit5e9145edcc368295cb353872b4a6026e13f5565e (patch)
tree678702107a3b320bde0ee73f61cb121ed3d1205b /arch/arm/mach-mx3/Kconfig
parent135cad366b4e7d6a79f6369f6cb5b721985aa62f (diff)
Atmark Armadillo 500 board support.
Signed-off-by: Alberto Panizzo <maramaopercheseimorto@gmail.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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig
index 32e45155089a..ebab18a661ef 100644
--- a/arch/arm/mach-mx3/Kconfig
+++ b/arch/arm/mach-mx3/Kconfig
@@ -75,4 +75,11 @@ config MACH_PCM043
75 Include support for Phytec pcm043 platform. This includes 75 Include support for Phytec pcm043 platform. This includes
76 specific configurations for the board and its peripherals. 76 specific configurations for the board and its peripherals.
77 77
78config MACH_ARMADILLO5X0
79 bool "Support Atmark Armadillo-500 Development Base Board"
80 select ARCH_MX31
81 help
82 Include support for Atmark Armadillo-500 platform. This includes
83 specific configurations for the board and its peripherals.
84
78endif 85endif