diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-24 10:52:55 +0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 23:38:52 +0400 |
commit | 69b4b0952b7ef0bf9048723aa8f4ec3fd47d1fc9 (patch) | |
tree | 226427069cf8321bedc4c27f18a1706f7c99c275 /drivers/net/Kconfig | |
parent | 15c037d6423eefb0fc2763f875dbacb71109d603 (diff) | |
download | linux-69b4b0952b7ef0bf9048723aa8f4ec3fd47d1fc9.tar.xz |
forcedeth: Move the NVIDIA nForce driver
Move the nForce driver into drivers/net/ethernet/nvidia/ and make
the necessary Kconfig and Makefile changes.
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 754ddd298f3a..c7953adc290d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -359,17 +359,6 @@ config ADAPTEC_STARFIRE To compile this driver as a module, choose M here: the module will be called starfire. This is recommended. -config FORCEDETH - tristate "nForce Ethernet support" - depends on NET_PCI && PCI - help - If you have a network (Ethernet) controller of this type, say Y and - read the Ethernet-HOWTO, available from - <http://www.tldp.org/docs.html#howto>. - - To compile this driver as a module, choose M here. The module - will be called forcedeth. - config NET_POCKET bool "Pocket and portable adapters" depends on PARPORT |