Kconfig (e5451c8f8330e03ad3cfa16048b4daf961af434f) | Kconfig (f1e911d5d0dfde489be38d9702a75964dfb42b28) |
---|---|
1# 2# Realtek device configuration 3# 4 5config NET_VENDOR_REALTEK 6 bool "Realtek devices" 7 default y 8 depends on PCI || (PARPORT && X86) --- 85 unchanged lines hidden (view full) --- 94 experience problems, you can enable this option to restore the 95 old RX-reset behavior. If unsure, say N. 96 97config R8169 98 tristate "Realtek 8169 gigabit ethernet support" 99 depends on PCI 100 select FW_LOADER 101 select CRC32 | 1# 2# Realtek device configuration 3# 4 5config NET_VENDOR_REALTEK 6 bool "Realtek devices" 7 default y 8 depends on PCI || (PARPORT && X86) --- 85 unchanged lines hidden (view full) --- 94 experience problems, you can enable this option to restore the 95 old RX-reset behavior. If unsure, say N. 96 97config R8169 98 tristate "Realtek 8169 gigabit ethernet support" 99 depends on PCI 100 select FW_LOADER 101 select CRC32 |
102 select PHYLIB |
|
102 select MII 103 ---help--- 104 Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter. 105 106 To compile this driver as a module, choose M here: the module 107 will be called r8169. This is recommended. 108 109endif # NET_VENDOR_REALTEK | 103 select MII 104 ---help--- 105 Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter. 106 107 To compile this driver as a module, choose M here: the module 108 will be called r8169. This is recommended. 109 110endif # NET_VENDOR_REALTEK |