diff options
author | Sten Wang <sten.wang@rdc.com.tw> | 2007-11-13 00:31:11 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:03:47 -0500 |
commit | 7a47dd7a2f178cc4e87d584b0469eef4b58b7aea (patch) | |
tree | 0437941063a360aeaf7a9cdf73030a94303af55d /drivers/net/Kconfig | |
parent | 7734f6e6bcd7ba78b00e93e74a4ddafd9886cdea (diff) |
[NET]: Add support for the RDC R6040 Fast Ethernet controller
This patch adds support for the RDC R6040 MAC we can find in the RDC
R-321x System-on-chips.
Signed-off-by: Sten Wang <sten.wang@rdc.com.tw>
Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
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 |