Skip to content

Commit

Permalink
net: Allow dependancies of FDDI & Tokenring to be modular.
Browse files Browse the repository at this point in the history
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: Dave Jones <davej@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Dave Jones authored and David S. Miller committed Dec 28, 2008
1 parent 8d25332 commit eb56092
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/net/Kconfig
Original file line number Diff line number Diff line change
@@ -2650,7 +2650,7 @@ config RIONET_RX_SIZE
default "128"

config FDDI
bool "FDDI driver support"
tristate "FDDI driver support"
depends on (PCI || EISA || TC)
help
Fiber Distributed Data Interface is a high speed local area network
2 changes: 1 addition & 1 deletion drivers/net/tokenring/Kconfig
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

# So far, we only have PCI, ISA, and MCA token ring devices
menuconfig TR
bool "Token Ring driver support"
tristate "Token Ring driver support"
depends on NETDEVICES && !UML
depends on (PCI || ISA || MCA || CCW)
select LLC

0 comments on commit eb56092

Please sign in to comment.