summaryrefslogtreecommitdiffstats
path: root/arch/mips/mach-bcm47xx/Kconfig
diff options
context:
space:
mode:
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