Skip to content

Commit d26dd41

Browse files
author
Marc Zyngier
committed
irqchip/mips: Drop selection of IRQ_DOMAIN_HIERARCHY
Now that GENERIC_IRQ_IPI selects IRQ_DOMAIN_HIERARCHY, there is no need to have this conditional select for IRQ_MIPS_CPU. Similarily, MIPS_GIC only needs selecting GENERIC_IRQ_IPI. Suggested-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Marc Zyngier <maz@kernel.org>
1 parent 893a7cf commit d26dd41

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

drivers/irqchip/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ config IRQ_MIPS_CPU
180180
select GENERIC_IRQ_CHIP
181181
select GENERIC_IRQ_IPI if SYS_SUPPORTS_MULTITHREADING
182182
select IRQ_DOMAIN
183-
select IRQ_DOMAIN_HIERARCHY if GENERIC_IRQ_IPI
184183
select GENERIC_IRQ_EFFECTIVE_AFF_MASK
185184

186185
config CLPS711X_IRQCHIP
@@ -307,7 +306,6 @@ config KEYSTONE_IRQ
307306
config MIPS_GIC
308307
bool
309308
select GENERIC_IRQ_IPI
310-
select IRQ_DOMAIN_HIERARCHY
311309
select MIPS_CM
312310

313311
config INGENIC_IRQ

0 commit comments

Comments
 (0)