o tr: make CONFIG_TR depend on CONFIG_LLC=y

Also update help, clarifying that LLC is needed for Token Ring
Support.

Fixes one of the make allmodconfig undefined symbols report on lkml.
parent f7efec4a
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
# Token Ring driver configuration # Token Ring driver configuration
# #
menu "Token Ring devices" menu "Token Ring devices (depends on LLC=y)"
depends on NETDEVICES depends on NETDEVICES
# So far, we only have PCI, ISA, and MCA token ring devices # So far, we only have PCI, ISA, and MCA token ring devices
config TR config TR
bool "Token Ring driver support" bool "Token Ring driver support"
depends on PCI || ISA || MCA depends on (PCI || ISA || MCA) && LLC=y
help help
Token Ring is IBM's way of communication on a local network; the Token Ring is IBM's way of communication on a local network; the
rest of the world uses Ethernet. To participate on a Token Ring rest of the world uses Ethernet. To participate on a Token Ring
......
...@@ -266,14 +266,14 @@ config VLAN_8021Q ...@@ -266,14 +266,14 @@ config VLAN_8021Q
tristate "802.1Q VLAN Support" tristate "802.1Q VLAN Support"
config LLC config LLC
tristate "ANSI/IEEE 802.2 Data link layer protocol (IPX, Appletalk)" tristate "ANSI/IEEE 802.2 - aka LLC (IPX, Appletalk, Token Ring)"
help help
This is a Logical Link Layer protocol used for Appletalk, IPX and in This is a Logical Link Layer protocol used for Appletalk, IPX,
the future by NetBEUI and by the linux-sna project. It originally Token Ring devices, the linux-sna.org project and in the future by
came from Procom Inc. that released the code for 2.0.36 and was NetBEUI. It originally came from Procom Inc. that released the code
ported to 2.{4,5}. Select this if you want to have support for for 2.0.36 and was heavily modified to work with 2.{4,5}.
those protocols or if you want to have the sockets interface for Select this if you want to have support for those protocols or if
LLC. you want to have the sockets interface for LLC.
config LLC_UI config LLC_UI
......
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