9
0
Fork 0
barebox/arch/arm/Kconfig

40 lines
557 B
Plaintext

config ARM920T
bool
config ARCH_IMX
bool
select ARM920T
config ARCH_AT91RM9200
bool
select ARM920T
choice
prompt "Select your board"
config MACH_MX1ADS
bool "mx1ads"
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_AT91_I2C
select HAS_CFI
select ARCH_AT91RM9200
help
Say Y here if you are using the Motorola MX1ADS board
endchoice
config ARM920T
bool
source common/Kconfig
source net/Kconfig
source drivers/Kconfig