From: Geert Uytterhoeven Date: Tue, 21 Jan 2020 10:37:13 +0000 (+0100) Subject: ARM: integrator: Drop unneeded select of SPARSE_IRQ X-Git-Tag: v5.8-rc1~140^2~41^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba637aa019e038a518236bb56afcdb86ebfd269c;p=thirdparty%2Fkernel%2Flinux.git ARM: integrator: Drop unneeded select of SPARSE_IRQ Support for ARM Ltd. Integrator systems depends on ARCH_MULTIPLATFORM. As the latter selects SPARSE_IRQ, there is no need for ARCH_INTEGRATOR to select SPARSE_IRQ. Signed-off-by: Geert Uytterhoeven Cc: Linus Walleij Signed-off-by: Linus Walleij --- diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig index 982eabc361635..fbc35e9db46d1 100644 --- a/arch/arm/mach-integrator/Kconfig +++ b/arch/arm/mach-integrator/Kconfig @@ -12,7 +12,6 @@ menuconfig ARCH_INTEGRATOR select POWER_RESET_VERSATILE select POWER_SUPPLY select SOC_INTEGRATOR_CM - select SPARSE_IRQ select VERSATILE_FPGA_IRQ help Support for ARM's Integrator platform.