mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
irqchip: Do not blindly select CONFIG_GENERIC_IRQ_MULTI_HANDLER
Implementing CONFIG_GENERIC_IRQ_MULTI_HANDLER is a decision that is made at the architecture level, and shouldn't involve the irqchip at all (we even provide a fallback helper when the option isn't selected). Drop all instances of such selection from non-arch code. Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20210217142800.2547737-1-maz@kernel.org Signed-off-by: Mark Rutland <mark.rutland@arm.com> Tested-by: Hector Martin <marcan@marcan.st> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: James Morse <james.morse@arm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Will Deacon <will@kernel.org> Signed-off-by: Marc Zyngier <maz@kernel.org>
This commit is contained in:
@@ -8,7 +8,6 @@ config IRQCHIP
|
|||||||
config ARM_GIC
|
config ARM_GIC
|
||||||
bool
|
bool
|
||||||
select IRQ_DOMAIN_HIERARCHY
|
select IRQ_DOMAIN_HIERARCHY
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
|
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
|
||||||
|
|
||||||
config ARM_GIC_PM
|
config ARM_GIC_PM
|
||||||
@@ -33,7 +32,6 @@ config GIC_NON_BANKED
|
|||||||
|
|
||||||
config ARM_GIC_V3
|
config ARM_GIC_V3
|
||||||
bool
|
bool
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
select IRQ_DOMAIN_HIERARCHY
|
select IRQ_DOMAIN_HIERARCHY
|
||||||
select PARTITION_PERCPU
|
select PARTITION_PERCPU
|
||||||
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
|
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
|
||||||
@@ -64,7 +62,6 @@ config ARM_NVIC
|
|||||||
config ARM_VIC
|
config ARM_VIC
|
||||||
bool
|
bool
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
|
|
||||||
config ARM_VIC_NR
|
config ARM_VIC_NR
|
||||||
int
|
int
|
||||||
@@ -99,14 +96,12 @@ config ATMEL_AIC_IRQ
|
|||||||
bool
|
bool
|
||||||
select GENERIC_IRQ_CHIP
|
select GENERIC_IRQ_CHIP
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
select SPARSE_IRQ
|
select SPARSE_IRQ
|
||||||
|
|
||||||
config ATMEL_AIC5_IRQ
|
config ATMEL_AIC5_IRQ
|
||||||
bool
|
bool
|
||||||
select GENERIC_IRQ_CHIP
|
select GENERIC_IRQ_CHIP
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
select SPARSE_IRQ
|
select SPARSE_IRQ
|
||||||
|
|
||||||
config I8259
|
config I8259
|
||||||
@@ -153,7 +148,6 @@ config DW_APB_ICTL
|
|||||||
config FARADAY_FTINTC010
|
config FARADAY_FTINTC010
|
||||||
bool
|
bool
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
select SPARSE_IRQ
|
select SPARSE_IRQ
|
||||||
|
|
||||||
config HISILICON_IRQ_MBIGEN
|
config HISILICON_IRQ_MBIGEN
|
||||||
@@ -169,7 +163,6 @@ config IMGPDC_IRQ
|
|||||||
config IXP4XX_IRQ
|
config IXP4XX_IRQ
|
||||||
bool
|
bool
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
select SPARSE_IRQ
|
select SPARSE_IRQ
|
||||||
|
|
||||||
config MADERA_IRQ
|
config MADERA_IRQ
|
||||||
@@ -186,7 +179,6 @@ config CLPS711X_IRQCHIP
|
|||||||
bool
|
bool
|
||||||
depends on ARCH_CLPS711X
|
depends on ARCH_CLPS711X
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
select SPARSE_IRQ
|
select SPARSE_IRQ
|
||||||
default y
|
default y
|
||||||
|
|
||||||
@@ -205,7 +197,6 @@ config OMAP_IRQCHIP
|
|||||||
config ORION_IRQCHIP
|
config ORION_IRQCHIP
|
||||||
bool
|
bool
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select GENERIC_IRQ_MULTI_HANDLER
|
|
||||||
|
|
||||||
config PIC32_EVIC
|
config PIC32_EVIC
|
||||||
bool
|
bool
|
||||||
|
Reference in New Issue
Block a user