X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fsched%2FKconfig;h=9437b27ff84de101b88b3cbe08675f002e562238;hb=1d8ae3fdeb001b8f534a6782c261aba6ec1779f5;hp=82adfe6447d7db004c7108731e0ad4c7b87f8657;hpb=e5dfb815181fcb186d6080ac3a091eadff2d98fe;p=linux-2.6 diff --git a/net/sched/Kconfig b/net/sched/Kconfig index 82adfe6447..9437b27ff8 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig @@ -106,17 +106,6 @@ config NET_SCH_PRIO To compile this code as a module, choose M here: the module will be called sch_prio. -config NET_SCH_RR - tristate "Multi Band Round Robin Queuing (RR)" - select NET_SCH_PRIO - ---help--- - Say Y here if you want to use an n-band round robin packet - scheduler. - - The module uses sch_prio for its framework and is aliased as - sch_rr, so it will load sch_prio, although it is referred - to using sch_rr. - config NET_SCH_RED tristate "Random Early Detection (RED)" ---help---