Kconfig (c78b9b65faa291def628dbd8539649f58299f0f3) Kconfig (009b4c3b8ad584b3462734127a5bec680d5d6af4)
1config HAVE_GENERIC_HARDIRQS
2 def_bool n
3
4if HAVE_GENERIC_HARDIRQS
5menu "IRQ subsystem"
6#
7# Interrupt subsystem related configuration options
8#
9config GENERIC_HARDIRQS
10 def_bool y
11
12# Select this to disable the deprecated stuff
13config GENERIC_HARDIRQS_NO_DEPRECATED
14 def_bool n
15
1config HAVE_GENERIC_HARDIRQS
2 def_bool n
3
4if HAVE_GENERIC_HARDIRQS
5menu "IRQ subsystem"
6#
7# Interrupt subsystem related configuration options
8#
9config GENERIC_HARDIRQS
10 def_bool y
11
12# Select this to disable the deprecated stuff
13config GENERIC_HARDIRQS_NO_DEPRECATED
14 def_bool n
15
16config GENERIC_HARDIRQS_NO_COMPAT
17 def_bool n
18
16# Options selectable by the architecture code
17config HAVE_SPARSE_IRQ
18 def_bool n
19
20config GENERIC_IRQ_PROBE
21 def_bool n
22
23config GENERIC_IRQ_SHOW

--- 30 unchanged lines hidden ---
19# Options selectable by the architecture code
20config HAVE_SPARSE_IRQ
21 def_bool n
22
23config GENERIC_IRQ_PROBE
24 def_bool n
25
26config GENERIC_IRQ_SHOW

--- 30 unchanged lines hidden ---