summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/Kconfig')
-rw-r--r--arch/ppc/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/ppc/Kconfig b/arch/ppc/Kconfig
new file mode 100644
index 0000000000..8c59244e03
--- /dev/null
+++ b/arch/ppc/Kconfig
@@ -0,0 +1,23 @@
+
+config TEXT_BASE
+ string
+ default "0x0" if MACH_PHYCORE_MPC5200B_TINY
+
+config MPC5200
+ bool
+
+choice
+ prompt "Select your board"
+
+config MACH_PHYCORE_MPC5200B_TINY
+ bool "Phycore mpc5200b tiny"
+ select MPC5200
+ help
+ Say Y here if you are using the Motorola MX1ADS board
+
+endchoice
+
+source common/Kconfig
+source net/Kconfig
+source drivers/Kconfig
+