diff options
author | Olof Johansson <olof@lixom.net> | 2007-01-31 22:43:54 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-05 16:58:52 -0500 |
commit | f5cd7872768d5856b1b409a33f516e5ac7798f75 (patch) | |
tree | 75c7e49f1c036ec4217c741d54017a16e3d8aad1 /drivers/net/Kconfig | |
parent | 1ee6dd770b2302e32fdae489f4fc58c374399da4 (diff) |
PA Semi PWRficient Ethernet driver
Driver for the PA Semi PWRficient on-chip Ethernet (1/10G)
Basic enablement, will be complemented with performance enhancements
over time. PHY support will be added as well.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 8ffa82559116..a005517a4184 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2493,6 +2493,13 @@ config NETXEN_NIC | |||
2493 | help | 2493 | help |
2494 | This enables the support for NetXen's Gigabit Ethernet card. | 2494 | This enables the support for NetXen's Gigabit Ethernet card. |
2495 | 2495 | ||
2496 | config PASEMI_MAC | ||
2497 | tristate "PA Semi 1/10Gbit MAC" | ||
2498 | depends on PPC64 && PCI | ||
2499 | help | ||
2500 | This driver supports the on-chip 1/10Gbit Ethernet controller on | ||
2501 | PA Semi's PWRficient line of chips. | ||
2502 | |||
2496 | endmenu | 2503 | endmenu |
2497 | 2504 | ||
2498 | source "drivers/net/tokenring/Kconfig" | 2505 | source "drivers/net/tokenring/Kconfig" |