Commit ed90d9a9 authored by Jeff Garzik's avatar Jeff Garzik

[netdrvr] add "r8169", new driver for Realtek 8169 gigabit ethernet

parent 648532a4
......@@ -1719,6 +1719,17 @@ config YELLOWFIN
say M here and read <file:Documentation/modules.txt>. This is
recommended. The module will be called yellowfin.o.
config R8169
tristate "Realtek 8169 gigabit ethernet support"
depends on PCI
---help---
Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
If you want to compile this driver as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/modules.txt>. This is
recommended. The module will be called r8169.o.
config SK98LIN
tristate "SysKonnect SK-98xx support"
depends on PCI
......
......@@ -182,6 +182,7 @@ obj-$(CONFIG_MACMACE) += macmace.o
obj-$(CONFIG_MAC89x0) += mac89x0.o
obj-$(CONFIG_TUN) += tun.o
obj-$(CONFIG_DL2K) += dl2k.o
obj-$(CONFIG_R8169) += r8169.o
obj-$(CONFIG_ARCH_ACORN) += ../acorn/net/
obj-$(CONFIG_NET_FC) += fc/
......
......@@ -36,6 +36,7 @@ obj-$(CONFIG_TULIP) += crc32.o
obj-$(CONFIG_VIA_RHINE) += crc32.o
obj-$(CONFIG_YELLOWFIN) += crc32.o
obj-$(CONFIG_WINBOND_840) += crc32.o
obj-$(CONFIG_R8169) += crc32.o
# These rely on drivers/net/7990.o which requires crc32.o
......
This diff is collapsed.
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