summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Kconfig
blob: aa70a2b6f1467494016dcc365b9e0ba47d465fd0 (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

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 Phytec Phycore MPC5200B Tiny
	  board
endchoice

source arch/ppc/mach-mpc5xxx/Kconfig
source common/Kconfig
source commands/Kconfig
source net/Kconfig
source drivers/Kconfig
source fs/Kconfig
source lib/Kconfig