patch-2.3.35 linux/net/Config.in

Next file: linux/net/bridge/br.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.34/linux/net/Config.in linux/net/Config.in
@@ -62,7 +62,10 @@
    tristate 'CCITT X.25 Packet Layer (EXPERIMENTAL)' CONFIG_X25
    tristate 'LAPB Data Link Driver (EXPERIMENTAL)' CONFIG_LAPB
    bool 'Bridging (EXPERIMENTAL)' CONFIG_BRIDGE
-   bool '802.2 LLC (EXPERIMENTAL)' CONFIG_LLC
+   if [ "$CONFIG_BRIDGE" != "n" ]; then
+       int '  Maximum number of bridged interfaces' CONFIG_BRIDGE_NUM_PORTS 8
+   fi
+bool '802.2 LLC (EXPERIMENTAL)' CONFIG_LLC
 #   if [ "$CONFIG_LLC" = "y" ]; then
 #      bool '  Netbeui (EXPERIMENTAL)' CONFIG_NETBEUI
 #   fi

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