diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2017-01-21 23:35:52 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-03-12 14:27:22 +0300 |
commit | 46abf938db42f31d92481f35bbba3bd044901c6b (patch) | |
tree | f8d3b37fca607e82cf82663e00a2c0394d77b01c /arch/arm/Kconfig | |
parent | ee149d66d76057e40fe1354c08572f8611cf50e4 (diff) | |
download | linux-46abf938db42f31d92481f35bbba3bd044901c6b.tar.xz |
ARM: gemini: switch to sparse IRQs
There is no boardfiles or anything else using the fixed IRQs
anymore, switch the platform to use sparse IRQs and delete
the <mach/irqs.h> header.
Cc: Janos Laube <janos.dev@gmail.com>
Cc: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 150119a9de7b..4dbc7c625724 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -371,6 +371,7 @@ config ARCH_GEMINI select POWER_RESET select POWER_RESET_SYSCON select SERIAL_OF_PLATFORM + select SPARSE_IRQ select USE_OF help Support for the Cortina Systems Gemini family SoCs |