From: Chris Snook <[EMAIL PROTECTED]>
Introduce Kconfig ATL1_EXPERIMENTAL to separate mature code from less mature
code in the atl1 driver, and remove EXPERIMENTAL designation for ATL1.
Signed-off-by: Chris Snook <[EMAIL PROTECTED]>
Acked-by: Jay Cliburn <[EMAIL PROTECTED]>
--- a/drivers/net/Kconfig 2007-09-04 10:12:38.000000000 -0400
+++ b/drivers/net/Kconfig 2007-09-04 10:37:34.000000000 -0400
@@ -2329,8 +2329,8 @@ config QLA3XXX
will be called qla3xxx.
config ATL1
- tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)"
- depends on PCI && EXPERIMENTAL
+ tristate "Attansic L1 Gigabit Ethernet support"
+ depends on PCI
select CRC32
select MII
help
@@ -2339,6 +2339,16 @@ config ATL1
To compile this driver as a module, choose M here. The module
will be called atl1.
+config ATL1_EXPERIMENTAL
+ bool "atl1 experimental features"
+ depends on ATL1 && EXPERIMENTAL
+ help
+ This option enables various features that have not yet reached
+ the maturity of the rest of the atl1 driver. The driver will
+ still work fine without this option enabled.
+
+ If unsure, say N.
+
endif # NETDEV_1000
#
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html