diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-16 05:56:37 +0200 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 01:28:47 +0200 |
commit | ded19addf9c937d83b9bfb4d73a836732569041b (patch) | |
tree | ce72d3ed657354a9755c1902684b4b09f0ef10fb /drivers/net/Kconfig | |
parent | rtnetlink: remove initialization of dev->real_num_tx_queues (diff) | |
download | linux-ded19addf9c937d83b9bfb4d73a836732569041b.tar.xz linux-ded19addf9c937d83b9bfb4d73a836732569041b.zip |
pasemic_mac*: Move the PA Semi driver
Move the PA Semi driver into drivers/net/ethernet/pasemi/ and
make the necessary Kconfig and Makefile changes.
CC: Olof Johansson <olof@lixom.net>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Acked-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 08ce28041063..69333feb1479 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1457,15 +1457,6 @@ if NETDEV_10000 config MDIO tristate -config PASEMI_MAC - tristate "PA Semi 1/10Gbit MAC" - depends on PPC_PASEMI && PCI && INET - select PHYLIB - select INET_LRO - help - This driver supports the on-chip 1/10Gbit Ethernet controller on - PA Semi's PWRficient line of chips. - config TEHUTI tristate "Tehuti Networks 10G Ethernet" depends on PCI |