Commit eb56092f authored by Dave Jones's avatar Dave Jones Committed by David S. Miller

net: Allow dependancies of FDDI & Tokenring to be modular.

I noticed it isn't possible to build token ring & fddi drivers
without causing LLC, and a bunch of other things to be forced
built-in.  For distro kernels, this means carrying a chunk of
code in the vmlinuz, even if the user doesn't use those protocols.
Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 8d253320
...@@ -2650,7 +2650,7 @@ config RIONET_RX_SIZE ...@@ -2650,7 +2650,7 @@ config RIONET_RX_SIZE
default "128" default "128"
config FDDI config FDDI
bool "FDDI driver support" tristate "FDDI driver support"
depends on (PCI || EISA || TC) depends on (PCI || EISA || TC)
help help
Fiber Distributed Data Interface is a high speed local area network Fiber Distributed Data Interface is a high speed local area network
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# So far, we only have PCI, ISA, and MCA token ring devices # So far, we only have PCI, ISA, and MCA token ring devices
menuconfig TR menuconfig TR
bool "Token Ring driver support" tristate "Token Ring driver support"
depends on NETDEVICES && !UML depends on NETDEVICES && !UML
depends on (PCI || ISA || MCA || CCW) depends on (PCI || ISA || MCA || CCW)
select LLC select LLC
......
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