9
0
Fork 0
barebox/arch/arm/Kconfig

38 lines
517 B
Plaintext
Raw Normal View History

2007-07-05 16:01:14 +00:00
2007-07-05 16:01:17 +00:00
config ARM920T
bool
2007-07-05 16:01:14 +00:00
config ARCH_IMX
2007-07-05 16:01:17 +00:00
bool
2007-07-05 16:01:14 +00:00
select ARM920T
2007-07-05 16:01:17 +00:00
config ARCH_AT91RM9200
bool
select ARM920T
2007-07-05 16:01:14 +00:00
choice
2007-07-05 16:01:17 +00:00
prompt "Select your board"
2007-07-05 16:01:14 +00:00
config MACH_MX1ADS
bool "mx1ads"
2007-07-05 16:01:17 +00:00
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
2007-07-05 16:01:14 +00:00
help
Say Y here if you are using the Motorola MX1ADS board
endchoice
config ARM920T
2007-07-05 16:01:17 +00:00
bool
source common/Kconfig
source drivers/Kconfig