diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-16 18:02:54 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 15:37:35 -0400 |
commit | 7443713a31f284365454493a9adbaea02bcc4344 (patch) | |
tree | 58e4ec1abf2b85a3cb54efe71350ca4f193c2eac /drivers/net/Kconfig | |
parent | b13ad8f498793dc582b7f42f27b8f44490bd608d (diff) |
ipg: Move the IC Plus driver
Move the IC Plus driver into drivers/net/ethernet/icplus/ and
make the necessary Kconfig and Makefile changes.
CC: <craig_rich@sundanceti.com>
CC: <sorbica@icplus.com.tw>
CC: <jesse@icplus.com.tw>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 2607a44a270f..bcf7368decd9 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -522,16 +522,6 @@ menuconfig NETDEV_1000 | |||
522 | 522 | ||
523 | if NETDEV_1000 | 523 | if NETDEV_1000 |
524 | 524 | ||
525 | config IP1000 | ||
526 | tristate "IP1000 Gigabit Ethernet support" | ||
527 | depends on PCI && EXPERIMENTAL | ||
528 | select MII | ||
529 | ---help--- | ||
530 | This driver supports IP1000 gigabit Ethernet cards. | ||
531 | |||
532 | To compile this driver as a module, choose M here: the module | ||
533 | will be called ipg. This is recommended. | ||
534 | |||
535 | endif # NETDEV_1000 | 525 | endif # NETDEV_1000 |
536 | 526 | ||
537 | # | 527 | # |