netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: QoS/Sched as menuconfig
@ 2007-10-19  2:28 Randy Dunlap
  2007-10-19  4:56 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2007-10-19  2:28 UTC (permalink / raw)
  To: netdev; +Cc: davem

From: Randy Dunlap <randy.dunlap@oracle.com>

Convert "QoS and/or fair queueing" to menuconfig.
This makes it easy for someone to disable all sub-options with
one config symbol.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 net/sched/Kconfig |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

--- linux-2.6.23-git13.orig/net/sched/Kconfig
+++ linux-2.6.23-git13/net/sched/Kconfig
@@ -2,9 +2,7 @@
 # Traffic control configuration.
 # 
 
-menu "QoS and/or fair queueing"
-
-config NET_SCHED
+menuconfig NET_SCHED
 	bool "QoS and/or fair queueing"
 	select NET_SCH_FIFO
 	---help---
@@ -41,9 +39,6 @@ config NET_SCHED
 	  The available schedulers are listed in the following questions; you
 	  can say Y to as many as you like. If unsure, say N now.
 
-config NET_SCH_FIFO
-	bool
-
 if NET_SCHED
 
 comment "Queueing/Scheduling"
@@ -500,4 +495,5 @@ config NET_CLS_IND
 
 endif # NET_SCHED
 
-endmenu
+config NET_SCH_FIFO
+	bool

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

* Re: [PATCH] net: QoS/Sched as menuconfig
  2007-10-19  2:28 [PATCH] net: QoS/Sched as menuconfig Randy Dunlap
@ 2007-10-19  4:56 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-10-19  4:56 UTC (permalink / raw)
  To: randy.dunlap; +Cc: netdev

From: Randy Dunlap <randy.dunlap@oracle.com>
Date: Thu, 18 Oct 2007 19:28:22 -0700

> From: Randy Dunlap <randy.dunlap@oracle.com>
> 
> Convert "QoS and/or fair queueing" to menuconfig.
> This makes it easy for someone to disable all sub-options with
> one config symbol.
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>

Applied, thanks Randy!

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

end of thread, other threads:[~2007-10-19  4:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-19  2:28 [PATCH] net: QoS/Sched as menuconfig Randy Dunlap
2007-10-19  4:56 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).