hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
kernel/kernel/irq/Kconfig
....@@ -142,6 +142,19 @@
142142
143143 If you don't know what to do here, say N.
144144
145
+# Interrupt pipeline
146
+config HAVE_IRQ_PIPELINE
147
+ bool
148
+
149
+config IRQ_PIPELINE
150
+ bool "Interrupt pipeline"
151
+ depends on HAVE_IRQ_PIPELINE
152
+ select IRQ_DOMAIN
153
+ default n
154
+ help
155
+ Activate this option if you want the interrupt pipeline to be
156
+ compiled in.
157
+
145158 endmenu
146159
147160 config GENERIC_IRQ_MULTI_HANDLER