9
0
Fork 0
barebox/arch/arm/Kconfig

24 lines
314 B
Plaintext
Raw Normal View History

2007-07-05 16:01:13 +00:00
# placeholder
2007-07-05 16:01:14 +00:00
choice
prompt "Select target board"
config ARCH_IMX
select ARM920T
bool "Motorola i.MX"
endchoice
choice
prompt "Select i.MX implementation"
config MACH_MX1ADS
bool "mx1ads"
depends on ARCH_IMX
help
Say Y here if you are using the Motorola MX1ADS board
endchoice
config ARM920T
bool