Commit 66373bf6 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Marc Zyngier

irqchip: Remove unneeded select IRQ_DOMAIN

IRQ_DOMAIN_HIERARCHY selects IRQ_DOMAIN, hence there is no need for
drivers to select both.
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarMarc Zyngier <marc.zyngier@arm.com>
parent 12eade12
...@@ -6,7 +6,6 @@ config IRQCHIP ...@@ -6,7 +6,6 @@ config IRQCHIP
config ARM_GIC config ARM_GIC
bool bool
select IRQ_DOMAIN
select IRQ_DOMAIN_HIERARCHY select IRQ_DOMAIN_HIERARCHY
select GENERIC_IRQ_MULTI_HANDLER select GENERIC_IRQ_MULTI_HANDLER
select GENERIC_IRQ_EFFECTIVE_AFF_MASK select GENERIC_IRQ_EFFECTIVE_AFF_MASK
...@@ -33,7 +32,6 @@ config GIC_NON_BANKED ...@@ -33,7 +32,6 @@ config GIC_NON_BANKED
config ARM_GIC_V3 config ARM_GIC_V3
bool bool
select IRQ_DOMAIN
select GENERIC_IRQ_MULTI_HANDLER select GENERIC_IRQ_MULTI_HANDLER
select IRQ_DOMAIN_HIERARCHY select IRQ_DOMAIN_HIERARCHY
select PARTITION_PERCPU select PARTITION_PERCPU
...@@ -59,7 +57,6 @@ config ARM_GIC_V3_ITS_FSL_MC ...@@ -59,7 +57,6 @@ config ARM_GIC_V3_ITS_FSL_MC
config ARM_NVIC config ARM_NVIC
bool bool
select IRQ_DOMAIN
select IRQ_DOMAIN_HIERARCHY select IRQ_DOMAIN_HIERARCHY
select GENERIC_IRQ_CHIP select GENERIC_IRQ_CHIP
...@@ -352,7 +349,6 @@ config STM32_EXTI ...@@ -352,7 +349,6 @@ config STM32_EXTI
config QCOM_IRQ_COMBINER config QCOM_IRQ_COMBINER
bool "QCOM IRQ combiner support" bool "QCOM IRQ combiner support"
depends on ARCH_QCOM && ACPI depends on ARCH_QCOM && ACPI
select IRQ_DOMAIN
select IRQ_DOMAIN_HIERARCHY select IRQ_DOMAIN_HIERARCHY
help help
Say yes here to add support for the IRQ combiner devices embedded Say yes here to add support for the IRQ combiner devices embedded
...@@ -369,7 +365,6 @@ config IRQ_UNIPHIER_AIDET ...@@ -369,7 +365,6 @@ config IRQ_UNIPHIER_AIDET
config MESON_IRQ_GPIO config MESON_IRQ_GPIO
bool "Meson GPIO Interrupt Multiplexer" bool "Meson GPIO Interrupt Multiplexer"
depends on ARCH_MESON depends on ARCH_MESON
select IRQ_DOMAIN
select IRQ_DOMAIN_HIERARCHY select IRQ_DOMAIN_HIERARCHY
help help
Support Meson SoC Family GPIO Interrupt Multiplexer Support Meson SoC Family GPIO Interrupt Multiplexer
...@@ -385,7 +380,6 @@ config GOLDFISH_PIC ...@@ -385,7 +380,6 @@ config GOLDFISH_PIC
config QCOM_PDC config QCOM_PDC
bool "QCOM PDC" bool "QCOM PDC"
depends on ARCH_QCOM depends on ARCH_QCOM
select IRQ_DOMAIN
select IRQ_DOMAIN_HIERARCHY select IRQ_DOMAIN_HIERARCHY
help help
Power Domain Controller driver to manage and configure wakeup Power Domain Controller driver to manage and configure wakeup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment