diff options
Diffstat (limited to 'net/sched/Kconfig')
-rw-r--r-- | net/sched/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 8298ea9ffe19..f4544dd86476 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -6,6 +6,7 @@ menu "QoS and/or fair queueing" | |||
6 | 6 | ||
7 | config NET_SCHED | 7 | config NET_SCHED |
8 | bool "QoS and/or fair queueing" | 8 | bool "QoS and/or fair queueing" |
9 | select NET_SCH_FIFO | ||
9 | ---help--- | 10 | ---help--- |
10 | When the kernel has several packets to send out over a network | 11 | When the kernel has several packets to send out over a network |
11 | device, it has to decide which ones to send first, which ones to | 12 | device, it has to decide which ones to send first, which ones to |
@@ -40,6 +41,9 @@ config NET_SCHED | |||
40 | The available schedulers are listed in the following questions; you | 41 | The available schedulers are listed in the following questions; you |
41 | can say Y to as many as you like. If unsure, say N now. | 42 | can say Y to as many as you like. If unsure, say N now. |
42 | 43 | ||
44 | config NET_SCH_FIFO | ||
45 | bool | ||
46 | |||
43 | if NET_SCHED | 47 | if NET_SCHED |
44 | 48 | ||
45 | choice | 49 | choice |
@@ -320,7 +324,7 @@ config CLS_U32_PERF | |||
320 | 324 | ||
321 | config CLS_U32_MARK | 325 | config CLS_U32_MARK |
322 | bool "Netfilter marks support" | 326 | bool "Netfilter marks support" |
323 | depends on NET_CLS_U32 && NETFILTER | 327 | depends on NET_CLS_U32 |
324 | ---help--- | 328 | ---help--- |
325 | Say Y here to be able to use netfilter marks as u32 key. | 329 | Say Y here to be able to use netfilter marks as u32 key. |
326 | 330 | ||