]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/sched/Kconfig
[ARM] 4357/1: AT91: Support slower serial baud-rates
[linux-2.6-omap-h63xx.git] / net / sched / Kconfig
index b2437092978c04c863ed65decb6c903a19cc5bd6..f4544dd86476eca51bac808ec708e6ad30d30f18 100644 (file)
@@ -6,6 +6,7 @@ menu "QoS and/or fair queueing"
 
 config NET_SCHED
        bool "QoS and/or fair queueing"
+       select NET_SCH_FIFO
        ---help---
          When the kernel has several packets to send out over a network
          device, it has to decide which ones to send first, which ones to
@@ -40,6 +41,9 @@ 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
 
 choice