summaryrefslogtreecommitdiffstats
path: root/kernel/linux2.5
diff options
context:
space:
mode:
authorBart De Schuymer <bdschuym@pandora.be>2002-08-29 20:10:24 +0000
committerBart De Schuymer <bdschuym@pandora.be>2002-08-29 20:10:24 +0000
commitf1be8036edfdefdb389f9171d6c610e542642d21 (patch)
tree1ae2d0ac616f5bacdcc6806327c4435d48d48e74 /kernel/linux2.5
parentf8493daca5f4b5783f0a35b7e6ebdaa01b1f37d7 (diff)
2.5.32
Diffstat (limited to 'kernel/linux2.5')
-rw-r--r--kernel/linux2.5/net/Config.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/kernel/linux2.5/net/Config.in b/kernel/linux2.5/net/Config.in
index 7e00757..8578110 100644
--- a/kernel/linux2.5/net/Config.in
+++ b/kernel/linux2.5/net/Config.in
@@ -44,13 +44,17 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
fi
tristate '802.1Q VLAN Support' CONFIG_VLAN_8021Q
-comment ' '
-tristate 'The IPX protocol' CONFIG_IPX
+tristate 'ANSI/IEEE 802.2 Data link layer protocol' CONFIG_LLC
+if [ "$CONFIG_LLC" != "n" ]; then
+ tristate ' LLC sockets interface' CONFIG_LLC_UI
+fi
+
+dep_tristate 'The IPX protocol' CONFIG_IPX $CONFIG_LLC
if [ "$CONFIG_IPX" != "n" ]; then
source net/ipx/Config.in
fi
-tristate 'Appletalk protocol support' CONFIG_ATALK
+dep_tristate 'Appletalk protocol support' CONFIG_ATALK $CONFIG_LLC
source drivers/net/appletalk/Config.in
tristate 'DECnet Support' CONFIG_DECNET
@@ -64,11 +68,6 @@ fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'CCITT X.25 Packet Layer (EXPERIMENTAL)' CONFIG_X25
tristate 'LAPB Data Link Driver (EXPERIMENTAL)' CONFIG_LAPB
- tristate 'ANSI/IEEE 802.2 Data link layer protocol' CONFIG_LLC
- if [ "$CONFIG_LLC" != "n" ]; then
- # When NETBEUI is added the following line will be a tristate
- define_bool CONFIG_LLC_UI y
- fi
bool 'Frame Diverter (EXPERIMENTAL)' CONFIG_NET_DIVERT
if [ "$CONFIG_INET" = "y" ]; then
tristate 'Acorn Econet/AUN protocols (EXPERIMENTAL)' CONFIG_ECONET