Newer
Older
barebox / arch / blackfin / Kconfig
@Sascha Hauer Sascha Hauer on 4 Oct 2007 518 bytes add default link address for ipe337 board

config BLACKFIN
	bool
	select HAS_KALLSYMS
	select HAS_MODULES
	default y

config BF561
	bool

config BOARDINFO
	default "PII IPE337" if MACH_IPE337

config ARCH_TEXT_BASE
	hex
	default 0x00000000
	default 0x03f00000 if MACH_IPE337

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