aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-integrator/Kconfig
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2020-01-21 11:37:13 +0100
committerLinus Walleij <linus.walleij@linaro.org>2020-04-16 13:01:43 +0200
commitba637aa019e038a518236bb56afcdb86ebfd269c (patch)
tree0b4d7495467c7836b8769fba8c684b310ea6d67f /arch/arm/mach-integrator/Kconfig
parentLinux 5.7-rc1 (diff)
downloadlinux-dev-ba637aa019e038a518236bb56afcdb86ebfd269c.tar.xz
linux-dev-ba637aa019e038a518236bb56afcdb86ebfd269c.zip
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 <geert+renesas@glider.be> Cc: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/Kconfig')
-rw-r--r--arch/arm/mach-integrator/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/Kconfig b/arch/arm/mach-integrator/Kconfig
index 982eabc36163..fbc35e9db46d 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.