diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index e93f5d3f2277..4490c0882779 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1638,6 +1638,22 @@ config EPIC100 | |||
1638 | More specific information and updates are available from | 1638 | More specific information and updates are available from |
1639 | <http://www.scyld.com/network/epic100.html>. | 1639 | <http://www.scyld.com/network/epic100.html>. |
1640 | 1640 | ||
1641 | config SMSC9420 | ||
1642 | tristate "SMSC LAN9420 PCI ethernet adapter support" | ||
1643 | depends on NET_PCI && PCI | ||
1644 | select CRC32 | ||
1645 | select PHYLIB | ||
1646 | select SMSC_PHY | ||
1647 | help | ||
1648 | This is a driver for SMSC's LAN9420 PCI ethernet adapter. | ||
1649 | Say Y if you want it compiled into the kernel, | ||
1650 | and read the Ethernet-HOWTO, available from | ||
1651 | <http://www.linuxdoc.org/docs.html#howto>. | ||
1652 | |||
1653 | This driver is also available as a module. The module will be | ||
1654 | called smsc9420. If you want to compile it as a module, say M | ||
1655 | here and read <file:Documentation/kbuild/modules.txt> | ||
1656 | |||
1641 | config SUNDANCE | 1657 | config SUNDANCE |
1642 | tristate "Sundance Alta support" | 1658 | tristate "Sundance Alta support" |
1643 | depends on NET_PCI && PCI | 1659 | depends on NET_PCI && PCI |