summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-bcm47xx/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2011-08-05 14:58:39 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2011-08-05 18:20:29 +0200
commitd507792a51882e9b299068414fb261266c9ab983 (patch)
tree148e9ee9aa8f8b270fed1e3cbb10fdad92c07c9a /arch/mips/mach-bcm47xx/Kconfig
parent44861592ef3c715a865bcabd15670302161d6dd2 (diff)
downloadbarebox-d507792a51882e9b299068414fb261266c9ab983.tar.gz
barebox-d507792a51882e9b299068414fb261266c9ab983.tar.xz
MIPS: add initial BCM47xx-based boards support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/mach-bcm47xx/Kconfig')
-rw-r--r--arch/mips/mach-bcm47xx/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/mach-bcm47xx/Kconfig b/arch/mips/mach-bcm47xx/Kconfig
new file mode 100644
index 0000000000..5143a15301
--- /dev/null
+++ b/arch/mips/mach-bcm47xx/Kconfig
@@ -0,0 +1,12 @@
+if MACH_MIPS_BCM47XX
+
+config ARCH_TEXT_BASE
+ hex
+ default 0xa0800000
+
+choice
+ prompt "Board type"
+
+endchoice
+
+endif