summaryrefslogtreecommitdiffstats
path: root/net/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/Config.in')
-rw-r--r--net/Config.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/Config.in b/net/Config.in
index 82f4fe6d9..45f1b1168 100644
--- a/net/Config.in
+++ b/net/Config.in
@@ -61,11 +61,8 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
fi
tristate 'CCITT X.25 Packet Layer (EXPERIMENTAL)' CONFIG_X25
tristate 'LAPB Data Link Driver (EXPERIMENTAL)' CONFIG_LAPB
- bool 'Bridging (EXPERIMENTAL)' CONFIG_BRIDGE
- if [ "$CONFIG_BRIDGE" != "n" ]; then
- int ' Maximum number of bridged interfaces' CONFIG_BRIDGE_NUM_PORTS 8
- fi
-bool '802.2 LLC (EXPERIMENTAL)' CONFIG_LLC
+ tristate '802.1d Ethernet Bridging' CONFIG_BRIDGE
+ bool '802.2 LLC (EXPERIMENTAL)' CONFIG_LLC
# if [ "$CONFIG_LLC" = "y" ]; then
# bool ' Netbeui (EXPERIMENTAL)' CONFIG_NETBEUI
# fi