[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20071018192822.89e1ffbd.randy.dunlap@oracle.com>
Date: Thu, 18 Oct 2007 19:28:22 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: netdev <netdev@...r.kernel.org>
Cc: davem@...emloft.net
Subject: [PATCH] net: QoS/Sched as menuconfig
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists