patch-2.3.15 linux/net/sched/Config.in

Next file: linux/net/sched/Makefile
Previous file: linux/net/rose/rose_route.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/net/sched/Config.in linux/net/sched/Config.in
@@ -7,6 +7,9 @@
 tristate 'CSZ packet scheduler' CONFIG_NET_SCH_CSZ
 #tristate 'H-PFQ packet scheduler' CONFIG_NET_SCH_HPFQ
 #tristate 'H-FSC packet scheduler' CONFIG_NET_SCH_HFCS
+if [ "$CONFIG_ATM" = "y" ]; then
+    bool 'ATM pseudo-scheduler' CONFIG_NET_SCH_ATM
+fi
 tristate 'The simplest PRIO pseudoscheduler' CONFIG_NET_SCH_PRIO
 tristate 'RED queue' CONFIG_NET_SCH_RED
 tristate 'SFQ queue' CONFIG_NET_SCH_SFQ

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)