summaryrefslogtreecommitdiffstats
path: root/arch/ppc/mach-mpc5xxx/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:02:17 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:02:17 +0200
commit4e95f5bda8bcd159bc8a28d07b85e3e88fa79333 (patch)
treef6efba5b2513689b0e09102d758c23fe0d0d76f2 /arch/ppc/mach-mpc5xxx/Kconfig
parente74a1633aa3f33e9149c427b431915988ceedbce (diff)
downloadbarebox-4e95f5bda8bcd159bc8a28d07b85e3e88fa79333.tar.gz
barebox-4e95f5bda8bcd159bc8a28d07b85e3e88fa79333.tar.xz
svn_rev_687
split board specific stuff apart
Diffstat (limited to 'arch/ppc/mach-mpc5xxx/Kconfig')
-rw-r--r--arch/ppc/mach-mpc5xxx/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/ppc/mach-mpc5xxx/Kconfig b/arch/ppc/mach-mpc5xxx/Kconfig
new file mode 100644
index 0000000000..632fb857f1
--- /dev/null
+++ b/arch/ppc/mach-mpc5xxx/Kconfig
@@ -0,0 +1,12 @@
+menu "Board specific settings "
+
+config MACH_PHYCORE_MPC5200B_TINY_REV
+ int "Board Revision"
+ default 1
+ depends on MACH_PHYCORE_MPC5200B_TINY
+ help
+ Revision 0 and revision 1 of the tiny board have
+ incompatible flash settings. Unless you have a very
+ old board you should set this option to 1
+
+endmenu