o LLC: make it clear that Appletalk and IPX needs LLC

Thanks to Andries Brouwer for providing a patch.
parent 6dfc6a99
...@@ -47,7 +47,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then ...@@ -47,7 +47,7 @@ if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
fi fi
tristate '802.1Q VLAN Support' CONFIG_VLAN_8021Q tristate '802.1Q VLAN Support' CONFIG_VLAN_8021Q
tristate 'ANSI/IEEE 802.2 Data link layer protocol' CONFIG_LLC tristate 'ANSI/IEEE 802.2 Data link layer protocol (IPX, Appletalk)' CONFIG_LLC
if [ "$CONFIG_LLC" != "n" ]; then if [ "$CONFIG_LLC" != "n" ]; then
bool ' LLC sockets interface' CONFIG_LLC_UI bool ' LLC sockets interface' CONFIG_LLC_UI
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment