Newer
Older
barebox / arch / ppc / mach-mpc85xx / Kconfig
@Alexander Shiyan Alexander Shiyan on 11 Nov 2013 646 bytes Cleanup Kconfig files
if ARCH_MPC85XX

config TEXT_BASE
	hex
	default 0xeff80000 if P2020RDB
	default 0xfff80000 if DA923RC

config MPC85xx
	bool
	default y

config BOOKE
	bool
	default y

config E500
	bool
	default y

choice
	prompt "Select your board"

config P2020RDB
	bool "P2020RDB"
	help
	  Say Y here if you are using the Freescale P2020RDB

config DA923RC
	bool "DA923RC"
	help
	Say Y here if you are using the GE Intelligent Platforms DA923RC
endchoice
endif

if P2020RDB
config P2020
	bool
	default y

config FSL_ELBC
	bool
	default y
endif

if DA923RC
config MPC8544
	bool
	default y

config DDR_SPD
	bool
	default y

config FSL_DDR2
	bool
	default y
endif