dma40: allow realtime and priority for event lines
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / kernel / irq / Kconfig
blob8e42fec7686d97815c3539d3da260984db63e90f
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 # Select this to disable the deprecated stuff
13 config GENERIC_HARDIRQS_NO_DEPRECATED
14        def_bool n
16 # Options selectable by the architecture code
17 config HAVE_SPARSE_IRQ
18        def_bool n
20 config GENERIC_IRQ_PROBE
21         def_bool n
23 config GENERIC_PENDING_IRQ
24         def_bool n
26 config AUTO_IRQ_AFFINITY
27        def_bool n
29 config IRQ_PER_CPU
30        def_bool n
32 config HARDIRQS_SW_RESEND
33        def_bool n
35 config SPARSE_IRQ
36         bool "Support sparse irq numbering"
37         depends on HAVE_SPARSE_IRQ
38         ---help---
40           Sparse irq numbering is useful for distro kernels that want
41           to define a high CONFIG_NR_CPUS value but still want to have
42           low kernel memory footprint on smaller machines.
44           ( Sparse irqs can also be beneficial on NUMA boxes, as they spread
45             out the interrupt descriptors in a more NUMA-friendly way. )
47           If you don't know what to do here, say N.
49 endmenu
50 endif