drm/i915: unbind unmappable objects on fault/pin
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / kernel / irq / Kconfig
blob31d766bf5d2ea02da6c5dc551a415799ae8166df
1 config HAVE_GENERIC_HARDIRQS
2         def_bool n
4 if HAVE_GENERIC_HARDIRQS
5 menu "IRQ subsystem"
7 # Interrupt subsystem related configuration options
9 config GENERIC_HARDIRQS
10        def_bool y
12 config GENERIC_HARDIRQS_NO__DO_IRQ
13        def_bool y
15 # Select this to disable the deprecated stuff
16 config GENERIC_HARDIRQS_NO_DEPRECATED
17        def_bool n
19 # Options selectable by the architecture code
20 config HAVE_SPARSE_IRQ
21        def_bool n
23 config GENERIC_IRQ_PROBE
24         def_bool n
26 config GENERIC_PENDING_IRQ
27         def_bool n
29 config AUTO_IRQ_AFFINITY
30        def_bool n
32 config IRQ_PER_CPU
33        def_bool n
35 config HARDIRQS_SW_RESEND
36        def_bool n
38 config SPARSE_IRQ
39         bool "Support sparse irq numbering"
40         depends on HAVE_SPARSE_IRQ
41         ---help---
43           Sparse irq numbering is useful for distro kernels that want
44           to define a high CONFIG_NR_CPUS value but still want to have
45           low kernel memory footprint on smaller machines.
47           ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
48             out the interrupt descriptors in a more NUMA-friendly way. )
50           If you don't know what to do here, say N.
52 endmenu
53 endif