diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 777bb81d9ada..7ae9024b5833 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1584,6 +1584,18 @@ config 8139_OLD_RX_RESET | |||
1584 | experience problems, you can enable this option to restore the | 1584 | experience problems, you can enable this option to restore the |
1585 | old RX-reset behavior. If unsure, say N. | 1585 | old RX-reset behavior. If unsure, say N. |
1586 | 1586 | ||
1587 | config R6040 | ||
1588 | tristate "RDC R6040 Fast Ethernet Adapter support (EXPERIMENTAL)" | ||
1589 | depends on NET_PCI && PCI | ||
1590 | select CRC32 | ||
1591 | select MII | ||
1592 | help | ||
1593 | This is a driver for the R6040 Fast Ethernet MACs found in the | ||
1594 | the RDC R-321x System-on-chips. | ||
1595 | |||
1596 | To compile this driver as a module, choose M here: the module | ||
1597 | will be called r6040. This is recommended. | ||
1598 | |||
1587 | config SIS900 | 1599 | config SIS900 |
1588 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" | 1600 | tristate "SiS 900/7016 PCI Fast Ethernet Adapter support" |
1589 | depends on NET_PCI && PCI | 1601 | depends on NET_PCI && PCI |