Skip to content

Commit a6d1f36

Browse files
Jay Cliburndavem330
authored andcommitted
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 <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent e109832 commit a6d1f36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drivers/net/Kconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2284,12 +2284,13 @@ config QLA3XXX
22842284
will be called qla3xxx.
22852285

22862286
config ATL1
2287-
tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)"
2288-
depends on PCI && EXPERIMENTAL
2287+
tristate "Atheros/Attansic L1 Gigabit Ethernet support"
2288+
depends on PCI
22892289
select CRC32
22902290
select MII
22912291
help
2292-
This driver supports the Attansic L1 gigabit ethernet adapter.
2292+
This driver supports the Atheros/Attansic L1 gigabit ethernet
2293+
adapter.
22932294

22942295
To compile this driver as a module, choose M here. The module
22952296
will be called atl1.

0 commit comments

Comments
 (0)