diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-07-24 02:52:55 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 15:38:52 -0400 |
commit | 69b4b0952b7ef0bf9048723aa8f4ec3fd47d1fc9 (patch) | |
tree | 226427069cf8321bedc4c27f18a1706f7c99c275 /drivers/net/Kconfig | |
parent | 15c037d6423eefb0fc2763f875dbacb71109d603 (diff) |
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 | |||
359 | To compile this driver as a module, choose M here: the module | 359 | To compile this driver as a module, choose M here: the module |
360 | will be called starfire. This is recommended. | 360 | will be called starfire. This is recommended. |
361 | 361 | ||
362 | config FORCEDETH | ||
363 | tristate "nForce Ethernet support" | ||
364 | depends on NET_PCI && PCI | ||
365 | help | ||
366 | If you have a network (Ethernet) controller of this type, say Y and | ||
367 | read the Ethernet-HOWTO, available from | ||
368 | <http://www.tldp.org/docs.html#howto>. | ||
369 | |||
370 | To compile this driver as a module, choose M here. The module | ||
371 | will be called forcedeth. | ||
372 | |||
373 | config NET_POCKET | 362 | config NET_POCKET |
374 | bool "Pocket and portable adapters" | 363 | bool "Pocket and portable adapters" |
375 | depends on PARPORT | 364 | depends on PARPORT |