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/configs/iop32x_defconfig | |
parent | 8c1fb11b8a77dc489a8ef6d96c38c1297b629d06 (diff) | |
download | linux-next-a3102fafdce6f150e5a46e1725bb1732f8953a01.tar.gz |
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/configs/iop32x_defconfig')
-rw-r--r-- | arch/arm/configs/iop32x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/iop32x_defconfig b/arch/arm/configs/iop32x_defconfig index de2cc6759cae..ead14c3f23d8 100644 --- a/arch/arm/configs/iop32x_defconfig +++ b/arch/arm/configs/iop32x_defconfig @@ -7,6 +7,7 @@ CONFIG_SLAB=y CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set +# CONFIG_ARCH_MULTI_V7 is not set CONFIG_ARCH_IOP32X=y CONFIG_MACH_GLANTANK=y CONFIG_ARCH_IQ80321=y |