9
0
Fork 0
barebox/arch/ppc/Kconfig

29 lines
414 B
Plaintext
Raw Normal View History

config TEXT_BASE
string
default "0x0" if MACH_PHYCORE_MPC5200B_TINY
config ARCH_MPC5200
bool
config MPC5200
bool
choice
prompt "Select your board"
config MACH_PHYCORE_MPC5200B_TINY
bool "Phycore mpc5200b tiny"
select ARCH_MPC5200
select MPC5200
select HAS_CFI
help
Say Y here if you are using the Motorola MX1ADS board
endchoice
source common/Kconfig
source net/Kconfig
source drivers/Kconfig