diff options
Diffstat (limited to 'net/sched/Config.in')
-rw-r--r-- | net/sched/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sched/Config.in b/net/sched/Config.in new file mode 100644 index 000000000..d1287a781 --- /dev/null +++ b/net/sched/Config.in @@ -0,0 +1,11 @@ +# +# Traffic control configuration. +# +tristate 'CBQ packet scheduler' CONFIG_NET_SCH_CBQ +tristate 'CSZ packet scheduler' CONFIG_NET_SCH_CSZ +#tristate 'HFQ packet scheduler' CONFIG_NET_SCH_HFQ +tristate 'RED queueing discipline' CONFIG_NET_SCH_RED +tristate 'SFQ queueing discipline' CONFIG_NET_SCH_SFQ +tristate 'auxiliary TBF queue' CONFIG_NET_SCH_TBF +tristate 'auxiliary FIFO queue' CONFIG_NET_SCH_PFIFO +tristate 'auxiliary PRIO queue' CONFIG_NET_SCH_PRIO |