Skip to content

Commit c132ade

Browse files
committed
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fix from Thomas Gleixner: "Add a missing Kconfig dependency" * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: genirq: Generic irq chip requires IRQ_DOMAIN
2 parents c1ff843 + 923fa4e commit c132ade

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/irq/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ config IRQ_EDGE_EOI_HANDLER
4040
# Generic configurable interrupt chip implementation
4141
config GENERIC_IRQ_CHIP
4242
bool
43+
select IRQ_DOMAIN
4344

4445
# Generic irq_domain hw <--> linux irq number translation
4546
config IRQ_DOMAIN

0 commit comments

Comments
 (0)