summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:17 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:17 +0200
commitc03bd6446cdaa66cc513a04e19fc986def5e0752 (patch)
tree593d4489eb4a7429dcdef4974d48cc2da5fee48e /arch/arm/Kconfig
parent5618da1521d8ef96a8b0c0f278fc509d6cd53ebb (diff)
downloadbarebox-c03bd6446cdaa66cc513a04e19fc986def5e0752.tar.gz
barebox-c03bd6446cdaa66cc513a04e19fc986def5e0752.tar.xz
svn_rev_049
Kconfig WIP
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig29
1 files changed, 21 insertions, 8 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 28f314a283..fc9ae29a6f 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1,24 +1,37 @@
-# placeholder
-choice
- prompt "Select target board"
+config ARM920T
+ bool
config ARCH_IMX
+ bool
select ARM920T
- bool "Motorola i.MX"
-endchoice
+config ARCH_AT91RM9200
+ bool
+ select ARM920T
choice
- prompt "Select i.MX implementation"
+ prompt "Select your board"
config MACH_MX1ADS
bool "mx1ads"
- depends on ARCH_IMX
+ select HAS_CS8900
+ select ARCH_IMX
+ help
+ Say Y here if you are using the Motorola MX1ADS board
+
+config MACH_ECO920
+ bool "eco920"
+ select HAS_AT91_ETHER
+ select HAS_CFI
+ select ARCH_AT91RM9200
help
Say Y here if you are using the Motorola MX1ADS board
endchoice
config ARM920T
- bool \ No newline at end of file
+ bool
+
+source common/Kconfig
+source drivers/Kconfig