diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-03-08 00:06:30 -0800 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-11 20:32:17 -0500 |
commit | 827700866ad0996e8c0f5ce75d1c01ae9b034cd6 (patch) | |
tree | 56566ea225cd7e4fb40938d58c7b6fe2e85c88d9 /drivers/net | |
parent | 000b238bca0bb6f4bb053fd69f7f02cebdace5cf (diff) |
[PATCH] CONFIG_FORCEDETH updates
This patch contains the following possible updates:
- let FORCEDETH no longer depend on EXPERIMENTAL
- remove the "Reverse Engineered" from the option text:
for the user it's important which hardware the driver supports, not
how it was developed
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Jeff Garzik <jgarzik@pobox.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index d4d8e5f9ebf..e0b11095b9d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1372,8 +1372,8 @@ config B44 called b44. config FORCEDETH - tristate "Reverse Engineered nForce Ethernet support (EXPERIMENTAL)" - depends on NET_PCI && PCI && EXPERIMENTAL + 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 |