summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91rm9200
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-31 14:42:29 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-02 14:44:43 +0100
commit76f9648ca47b6149715165f42b0fca4ebab32f96 (patch)
tree5c7d0e6348d388152d36af6d71dc972634e520e9 /arch/arm/mach-at91rm9200
parente89a462909b9bda6147a5ff9963be951b8ed5e9f (diff)
downloadbarebox-76f9648ca47b6149715165f42b0fca4ebab32f96.tar.gz
barebox-76f9648ca47b6149715165f42b0fca4ebab32f96.tar.xz
at91/kconfig: use similar kconfig presentation
keep the rm9200 in its own Kconfig until we move it to the at91 API Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-at91rm9200')
-rw-r--r--arch/arm/mach-at91rm9200/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/mach-at91rm9200/Kconfig b/arch/arm/mach-at91rm9200/Kconfig
new file mode 100644
index 0000000000..32b6105965
--- /dev/null
+++ b/arch/arm/mach-at91rm9200/Kconfig
@@ -0,0 +1,18 @@
+if ARCH_AT91RM9200
+
+comment "Atmel AT91RM9200 System-on-Chip"
+
+choice
+
+ prompt "AT91RM9200 Board Type"
+
+config MACH_ECO920
+ bool "eco920"
+ select HAS_AT91_ETHER
+ select HAS_CFI
+ help
+ Say Y here if you are using the Motorola MX1ADS board
+
+endchoice
+
+endif