summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Kconfig
blob: 97e6c00689b9c87740ee554d58fa17b56043f012 (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
config PPC
	bool
	select HAVE_CONFIGURABLE_TEXT_BASE
	select HAS_KALLSYMS
	select HAS_MODULES
	select HAS_CACHE
	select GENERIC_FIND_NEXT_BIT
	select OFTREE
	default y

choice
	prompt "Processor type"

config ARCH_MPC5XXX
	bool "Freescale MPC5xxx"

config ARCH_MPC85XX
	bool "Freescale MPC85xx"
endchoice

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