summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc85xx/Kconfig
blob: 74bad76667e8d7a82db6f33aa0332b02fc882588 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
if ARCH_MPC85XX

config MMU
	default y if CMD_MEMTEST

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

config RESET_VECTOR_ADDRESS
	hex
	default 0xfffffffc if DA923RC
	default 0xeffffffc if P2020RDB

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