]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: integrator: Drop unneeded select of SPARSE_IRQ
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 21 Jan 2020 10:37:13 +0000 (11:37 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 16 Apr 2020 11:01:43 +0000 (13:01 +0200)
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 <geert+renesas@glider.be>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-integrator/Kconfig

index 982eabc361635e609d6ca6e4ee346018f3954b99..fbc35e9db46d1aa931c5d9b0c4568532116aac9c 100644 (file)
@@ -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.