summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc85xx/Kconfig
blob: b2af05ec5994bcd8d8f44b27027dffb616d024dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
if ARCH_MPC85XX

config TEXT_BASE
	hex
	default 0xeff80000 if P2020RDB

config BOARDINFO
	default "P2020_RDB" if P2020RDB

config MPC85xx
	bool
	default y if P2020RDB

choice
	prompt "Select your board"

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

endchoice
endif

if P2020RDB
config P2020
	bool
	default y

config BOOKE
	bool
	default y

config E500
	bool
	default y

config FSL_ELBC
	bool
	default y
endif