genirq: Provide forced interrupt threading
[linux-2.6-block.git] / kernel / irq / Kconfig
index 31d766bf5d2ea02da6c5dc551a415799ae8166df..144db9dcfcde97ff9e94f3722607274a562905c9 100644 (file)
@@ -1,5 +1,5 @@
 config HAVE_GENERIC_HARDIRQS
-       def_bool n
+       bool
 
 if HAVE_GENERIC_HARDIRQS
 menu "IRQ subsystem"
@@ -9,31 +9,37 @@ menu "IRQ subsystem"
 config GENERIC_HARDIRQS
        def_bool y
 
-config GENERIC_HARDIRQS_NO__DO_IRQ
-       def_bool y
-
 # Select this to disable the deprecated stuff
 config GENERIC_HARDIRQS_NO_DEPRECATED
-       def_bool n
+       bool
+
+config GENERIC_HARDIRQS_NO_COMPAT
+       bool
 
 # Options selectable by the architecture code
 config HAVE_SPARSE_IRQ
-       def_bool n
+       bool
 
 config GENERIC_IRQ_PROBE
-       def_bool n
+       bool
+
+config GENERIC_IRQ_SHOW
+       bool
 
 config GENERIC_PENDING_IRQ
-       def_bool n
+       bool
 
 config AUTO_IRQ_AFFINITY
-       def_bool n
-
-config IRQ_PER_CPU
-       def_bool n
+       bool
 
 config HARDIRQS_SW_RESEND
-       def_bool n
+       bool
+
+config IRQ_PREFLOW_FASTEOI
+       bool
+
+config IRQ_FORCED_THREADING
+       bool
 
 config SPARSE_IRQ
        bool "Support sparse irq numbering"