summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
new file mode 100644
index 0000000000..90ec7b1702
--- /dev/null
+++ b/arch/powerpc/Kconfig
@@ -0,0 +1,22 @@
+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/powerpc/mach-mpc5xxx/Kconfig"
+source "arch/powerpc/mach-mpc85xx/Kconfig"