Newer
Older
barebox / arch / ppc / Kconfig
@Sascha Hauer Sascha Hauer on 5 Jul 2007 870 bytes svn_rev_653

config TEXT_BASE
	string
	default "0x1000000" if MACH_PHYCORE_MPC5200B_TINY

config ARCH_MPC5200
	bool

config MPC5200
	bool

config CACHELINE_SIZE
	int
	default 32 if MPC5200

config HAS_REGINFO
	bool
	default y if MPC5200

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

config MACH_PHYCORE_MPC5200B_TINY_REV_1
	bool "Build U-Boot for revision 1 board"
	default y
	depends on MACH_PHYCORE_MPC5200B_TINY
	help
	  Revision 0 and revision 1 of the tiny board are not
	  compatible with each other. Unless you have a very old
	  board you should enable this option.
endchoice

source common/Kconfig
source commands/Kconfig
source net/Kconfig
source drivers/Kconfig
source fs/Kconfig
source lib/Kconfig