forked from Minki/linux
genirq: Streamline kernel/irq/Kconfig
"def_bool n" without prompt is pointless, these should be just "bool". [ tglx: Adapted to latest changes ] Signed-off-by: Jan Beulich <jbeulich@novell.com> LKML-Reference: <4D5D3309020000780003264A@vpn.id2.novell.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
70433c0161
commit
fd4afaf333
@ -1,5 +1,5 @@
|
|||||||
config HAVE_GENERIC_HARDIRQS
|
config HAVE_GENERIC_HARDIRQS
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
if HAVE_GENERIC_HARDIRQS
|
if HAVE_GENERIC_HARDIRQS
|
||||||
menu "IRQ subsystem"
|
menu "IRQ subsystem"
|
||||||
@ -11,32 +11,32 @@ config GENERIC_HARDIRQS
|
|||||||
|
|
||||||
# Select this to disable the deprecated stuff
|
# Select this to disable the deprecated stuff
|
||||||
config GENERIC_HARDIRQS_NO_DEPRECATED
|
config GENERIC_HARDIRQS_NO_DEPRECATED
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
config GENERIC_HARDIRQS_NO_COMPAT
|
config GENERIC_HARDIRQS_NO_COMPAT
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
# Options selectable by the architecture code
|
# Options selectable by the architecture code
|
||||||
config HAVE_SPARSE_IRQ
|
config HAVE_SPARSE_IRQ
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
config GENERIC_IRQ_PROBE
|
config GENERIC_IRQ_PROBE
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
config GENERIC_IRQ_SHOW
|
config GENERIC_IRQ_SHOW
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
config GENERIC_PENDING_IRQ
|
config GENERIC_PENDING_IRQ
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
config AUTO_IRQ_AFFINITY
|
config AUTO_IRQ_AFFINITY
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
config HARDIRQS_SW_RESEND
|
config HARDIRQS_SW_RESEND
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
config IRQ_PREFLOW_FASTEOI
|
config IRQ_PREFLOW_FASTEOI
|
||||||
def_bool n
|
bool
|
||||||
|
|
||||||
config SPARSE_IRQ
|
config SPARSE_IRQ
|
||||||
bool "Support sparse irq numbering"
|
bool "Support sparse irq numbering"
|
||||||
|
Loading…
Reference in New Issue
Block a user