Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c42321c7 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

genirq: Make generic irq chip depend on CONFIG_GENERIC_IRQ_CHIP



Only compile it in when there are users.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Cc: linux-arm-kernel@lists.infradead.org
parent cfefd21e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,10 @@ config IRQ_PREFLOW_FASTEOI
config IRQ_EDGE_EOI_HANDLER
       bool

# Generic configurable interrupt chip implementation
config GENERIC_IRQ_CHIP
       bool

# Support forced irq threading
config IRQ_FORCED_THREADING
       bool
+1 −1
Original line number Diff line number Diff line

obj-y := irqdesc.o handle.o manage.o spurious.o resend.o chip.o dummychip.o devres.o
obj-y += generic-chip.o
obj-$(CONFIG_GENERIC_IRQ_CHIP) += generic-chip.o
obj-$(CONFIG_GENERIC_IRQ_PROBE) += autoprobe.o
obj-$(CONFIG_PROC_FS) += proc.o
obj-$(CONFIG_GENERIC_PENDING_IRQ) += migration.o