瀏覽代碼

atl1: remove EXPERIMENTAL label

Remove the EXPERIMENTAL label from the atl1 driver and change the vendor
name to include Attansic's successor, Atheros.  We'll leave Attansic in
the name since Attansic's PCI ID (1969) is encoded in the PCI config and
is what users encounter on their systems.

Signed-off-by: Jay Cliburn <jacliburn@bellsouth.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Jay Cliburn 16 年之前
父節點
當前提交
a6d1f36973
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      drivers/net/Kconfig

+ 4 - 3
drivers/net/Kconfig

@@ -2284,12 +2284,13 @@ config QLA3XXX
 	  will be called qla3xxx.
 	  will be called qla3xxx.
 
 
 config ATL1
 config ATL1
-	tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)"
-	depends on PCI && EXPERIMENTAL
+	tristate "Atheros/Attansic L1 Gigabit Ethernet support"
+	depends on PCI
 	select CRC32
 	select CRC32
 	select MII
 	select MII
 	help
 	help
-	  This driver supports the Attansic L1 gigabit ethernet adapter.
+	  This driver supports the Atheros/Attansic L1 gigabit ethernet
+	  adapter.
 
 
 	  To compile this driver as a module, choose M here.  The module
 	  To compile this driver as a module, choose M here.  The module
 	  will be called atl1.
 	  will be called atl1.