public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] streamline kernel/irq/Kconfig
@ 2011-02-17 13:39 Jan Beulich
  2011-02-22 21:36 ` [tip:irq/core] genirq: Streamline kernel/irq/Kconfig tip-bot for Jan Beulich
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Beulich @ 2011-02-17 13:39 UTC (permalink / raw)
  To: tglx; +Cc: linux-kbuild, linux-kernel

"def_bool n" without prompt is pointless, these should be just "bool".

Signed-off-by: Jan Beulich <jbeulich@novell.com>

---
 kernel/irq/Kconfig |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

--- 2.6.38-rc5/kernel/irq/Kconfig
+++ 2.6.38-rc5-kconfig-irq/kernel/irq/Kconfig
@@ -1,5 +1,5 @@
 config HAVE_GENERIC_HARDIRQS
-	def_bool n
+	bool
 
 if HAVE_GENERIC_HARDIRQS
 menu "IRQ subsystem"
@@ -11,26 +11,26 @@ config GENERIC_HARDIRQS
 
 # Select this to disable the deprecated stuff
 config GENERIC_HARDIRQS_NO_DEPRECATED
-       def_bool n
+	bool
 
 # Options selectable by the architecture code
 config HAVE_SPARSE_IRQ
-       def_bool n
+	bool
 
 config GENERIC_IRQ_PROBE
-	def_bool n
+	bool
 
 config GENERIC_PENDING_IRQ
-	def_bool n
+	bool
 
 config AUTO_IRQ_AFFINITY
-       def_bool n
+	bool
 
 config IRQ_PER_CPU
-       def_bool n
+	bool
 
 config HARDIRQS_SW_RESEND
-       def_bool n
+	bool
 
 config SPARSE_IRQ
 	bool "Support sparse irq numbering"




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-02-22 21:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-17 13:39 [PATCH] streamline kernel/irq/Kconfig Jan Beulich
2011-02-22 21:36 ` [tip:irq/core] genirq: Streamline kernel/irq/Kconfig tip-bot for Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox