diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-02 16:45:07 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-08 17:20:49 +0200 |
commit | a3102fafdce6f150e5a46e1725bb1732f8953a01 (patch) | |
tree | 294d078bcd402eea96a14706d5c64201ab791d9d /arch/arm/Kconfig | |
parent | ARM: s3c: enable s3c24xx multiplatform support (diff) | |
download | linux-a3102fafdce6f150e5a46e1725bb1732f8953a01.tar.xz linux-a3102fafdce6f150e5a46e1725bb1732f8953a01.zip |
ARM: iop32x: enable multiplatform support
After iop32x was converted to the generic multi-irq entry
code, nothing really stops us from building it into a
generic kernel.
The two last headers can simply be removed, the mach/irqs.h
gets replaced with the sparse-irq intiialization from the
board specific .nr_irqs value, and the decompressor debug
output can use the debug_ll hack that all other platforms
use.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 68b0a857f9e5..94909cadb78a 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -356,17 +356,6 @@ config ARCH_FOOTBRIDGE Support for systems based on the DC21285 companion chip ("FootBridge"), such as the Simtec CATS and the Rebel NetWinder. -config ARCH_IOP32X - bool "IOP32x-based" - select CPU_XSCALE - select GPIO_IOP - select GPIOLIB - select FORCE_PCI - select PLAT_IOP - help - Support for Intel's 80219 and IOP32X (XScale) family of - processors. - config ARCH_IXP4XX bool "IXP4xx-based" select ARCH_SUPPORTS_BIG_ENDIAN @@ -688,9 +677,6 @@ config ARCH_MPS2 config ARCH_ACORN bool -config PLAT_IOP - bool - config PLAT_ORION bool select CLKSRC_MMIO |