diff options
Diffstat (limited to 'drivers/net/ethernet/realtek/Kconfig')
-rw-r--r-- | drivers/net/ethernet/realtek/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/realtek/Kconfig b/drivers/net/ethernet/realtek/Kconfig index d8df67ac51b9..84083ec6e612 100644 --- a/drivers/net/ethernet/realtek/Kconfig +++ b/drivers/net/ethernet/realtek/Kconfig | |||
@@ -37,6 +37,7 @@ config 8139CP | |||
37 | tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)" | 37 | tristate "RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (EXPERIMENTAL)" |
38 | depends on PCI && EXPERIMENTAL | 38 | depends on PCI && EXPERIMENTAL |
39 | select CRC32 | 39 | select CRC32 |
40 | select NET_CORE | ||
40 | select MII | 41 | select MII |
41 | ---help--- | 42 | ---help--- |
42 | This is a driver for the Fast Ethernet PCI network cards based on | 43 | This is a driver for the Fast Ethernet PCI network cards based on |
@@ -51,6 +52,7 @@ config 8139TOO | |||
51 | tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" | 52 | tristate "RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support" |
52 | depends on PCI | 53 | depends on PCI |
53 | select CRC32 | 54 | select CRC32 |
55 | select NET_CORE | ||
54 | select MII | 56 | select MII |
55 | ---help--- | 57 | ---help--- |
56 | This is a driver for the Fast Ethernet PCI network cards based on | 58 | This is a driver for the Fast Ethernet PCI network cards based on |
@@ -105,6 +107,7 @@ config R8169 | |||
105 | depends on PCI | 107 | depends on PCI |
106 | select FW_LOADER | 108 | select FW_LOADER |
107 | select CRC32 | 109 | select CRC32 |
110 | select NET_CORE | ||
108 | select MII | 111 | select MII |
109 | ---help--- | 112 | ---help--- |
110 | Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter. | 113 | Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter. |