summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-highbank/Kconfig')
-rw-r--r--arch/arm/mach-highbank/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/arch/arm/mach-highbank/Kconfig b/arch/arm/mach-highbank/Kconfig
deleted file mode 100644
index 8a22348798..0000000000
--- a/arch/arm/mach-highbank/Kconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-if ARCH_HIGHBANK
-
-config ARCH_TEXT_BASE
- hex
- default 0x03f00000
-
-choice
- prompt "Calxeda Board type"
-
-config MACH_HIGHBANK
- bool "Calxeda Highbank"
- select OFTREE
-
-endchoice
-
-endif