| Thomas Gleixner | d9817eb | 2010-09-27 12:45:59 +0000 | [diff] [blame] | 1 | config HAVE_GENERIC_HARDIRQS | 
 | 2 | 	def_bool n | 
 | 3 |  | 
 | 4 | if HAVE_GENERIC_HARDIRQS | 
 | 5 | menu "IRQ subsystem" | 
 | 6 | # | 
 | 7 | # Interrupt subsystem related configuration options | 
 | 8 | # | 
 | 9 | config GENERIC_HARDIRQS | 
 | 10 |        def_bool y | 
 | 11 |  | 
| Thomas Gleixner | bd15141 | 2010-10-01 15:17:14 +0200 | [diff] [blame] | 12 | # Select this to disable the deprecated stuff | 
 | 13 | config GENERIC_HARDIRQS_NO_DEPRECATED | 
 | 14 |        def_bool n | 
 | 15 |  | 
| Thomas Gleixner | d9817eb | 2010-09-27 12:45:59 +0000 | [diff] [blame] | 16 | # Options selectable by the architecture code | 
 | 17 | config HAVE_SPARSE_IRQ | 
 | 18 |        def_bool n | 
 | 19 |  | 
 | 20 | config GENERIC_IRQ_PROBE | 
 | 21 | 	def_bool n | 
 | 22 |  | 
| Thomas Gleixner | c78b9b6 | 2010-12-16 17:21:47 +0100 | [diff] [blame^] | 23 | config GENERIC_IRQ_SHOW | 
 | 24 |        def_bool n | 
 | 25 |  | 
| Thomas Gleixner | d9817eb | 2010-09-27 12:45:59 +0000 | [diff] [blame] | 26 | config GENERIC_PENDING_IRQ | 
 | 27 | 	def_bool n | 
 | 28 |  | 
| Thomas Gleixner | d9817eb | 2010-09-27 12:45:59 +0000 | [diff] [blame] | 29 | config AUTO_IRQ_AFFINITY | 
 | 30 |        def_bool n | 
 | 31 |  | 
 | 32 | config IRQ_PER_CPU | 
 | 33 |        def_bool n | 
 | 34 |  | 
 | 35 | config HARDIRQS_SW_RESEND | 
 | 36 |        def_bool n | 
 | 37 |  | 
 | 38 | config SPARSE_IRQ | 
 | 39 | 	bool "Support sparse irq numbering" | 
 | 40 | 	depends on HAVE_SPARSE_IRQ | 
 | 41 | 	---help--- | 
 | 42 |  | 
 | 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. | 
 | 46 |  | 
 | 47 | 	  ( Sparse irqs can also be beneficial on NUMA boxes, as they spread | 
 | 48 | 	    out the interrupt descriptors in a more NUMA-friendly way. ) | 
 | 49 |  | 
 | 50 | 	  If you don't know what to do here, say N. | 
 | 51 |  | 
 | 52 | endmenu | 
 | 53 | endif |