9
0
Fork 0
barebox/arch/blackfin/Kconfig

36 lines
482 B
Plaintext
Raw Normal View History

2007-09-11 08:15:32 +00:00
config BLACKFIN
bool
select HAS_KALLSYMS
select HAS_MODULE
2007-09-11 08:15:32 +00:00
default y
config BF561
bool
config BOARDINFO
default "PII IPE337" if MACH_IPE337
config ARCH_TEXT_BASE
hex
default 0x00000000
2007-09-11 08:15:32 +00:00
choice
prompt "Select your board"
config MACH_IPE337
bool "PII ipe337"
select BF561
help
Say Y here if you are using the PII IPE337 board
endchoice
source common/Kconfig
source commands/Kconfig
source net/Kconfig
source drivers/Kconfig
source fs/Kconfig
source lib/Kconfig