summaryrefslogtreecommitdiffstats
path: root/arch/ppc/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:28 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:28 +0200
commit0d3d354cf66cccd0d3932dd18c7dffc96c8c23de (patch)
tree89b762ae72b8e21924c8bdaaa71c63c37804347c /arch/ppc/Kconfig
parentceddda143b55019ed6be8a331b5ed218a1c64d3b (diff)
downloadbarebox-0d3d354cf66cccd0d3932dd18c7dffc96c8c23de.tar.gz
barebox-0d3d354cf66cccd0d3932dd18c7dffc96c8c23de.tar.xz
svn_rev_155
on the way to compile powerpc
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
+