summaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-03-22 11:49:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-03-22 11:53:17 +0100
commitf0f96c3322d53b368789d8ce25be2584f2743f16 (patch)
tree1dbb9da3fd7763556b6fed2c2877835d05752f61 /arch/arm/Kconfig
parentefccc13513748213212dcdb910cfc40d47fa0f66 (diff)
downloadbarebox-f0f96c3322d53b368789d8ce25be2584f2743f16.tar.gz
barebox-f0f96c3322d53b368789d8ce25be2584f2743f16.tar.xz
ARM: remove Calxeda Highbank support
Calxeda went out off business back in 2013. The Calxeda Highbank port did not get any active maintenance since then. Since the Highbank support plays some tricks with devices trees passed to barebox from the firmware it becomes a maintenance burden. Remove Highbank support altogether. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index ab0bf03013..76c8538492 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -81,17 +81,6 @@ config ARCH_EP93XX
select CPU_ARM920T
select GENERIC_GPIO
-config ARCH_HIGHBANK
- bool "Calxeda Highbank"
- select HAS_DEBUG_LL
- select ARCH_HAS_L2X0
- select CPU_V7
- select ARM_AMBA
- select AMBA_SP804
- select CLKDEV_LOOKUP
- select COMMON_CLK
- select GPIOLIB
-
config ARCH_IMX
bool "Freescale iMX-based"
select GPIOLIB
@@ -290,7 +279,6 @@ source "arch/arm/mach-clps711x/Kconfig"
source "arch/arm/mach-davinci/Kconfig"
source "arch/arm/mach-digic/Kconfig"
source "arch/arm/mach-ep93xx/Kconfig"
-source "arch/arm/mach-highbank/Kconfig"
source "arch/arm/mach-imx/Kconfig"
source "arch/arm/mach-layerscape/Kconfig"
source "arch/arm/mach-mxs/Kconfig"