summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-31 14:42:25 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-11-02 14:44:43 +0100
commite89a462909b9bda6147a5ff9963be951b8ed5e9f (patch)
tree7be65809e5470e3c1748be6db7f6a5e1fb2305a6 /arch/arm/mach-omap
parentaf88baca3071685728506de168a74c54989d3f41 (diff)
downloadbarebox-e89a462909b9bda6147a5ff9963be951b8ed5e9f.tar.gz
barebox-e89a462909b9bda6147a5ff9963be951b8ed5e9f.tar.xz
arm/kconfig: inverse the board selection
instead of select first the board which will select the arch, now first choice the arch to filter the possible boards as it's already done for omap Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'arch/arm/mach-omap')
-rw-r--r--arch/arm/mach-omap/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/Kconfig b/arch/arm/mach-omap/Kconfig
index 69f6370a8e..c7a0aad937 100644
--- a/arch/arm/mach-omap/Kconfig
+++ b/arch/arm/mach-omap/Kconfig
@@ -23,6 +23,9 @@
menu "OMAP Features"
depends on ARCH_OMAP
+config MACH_OMAP
+ bool
+
choice
prompt "Select OMAP Variant"