diff options
author | Jay Cliburn <jacliburn@bellsouth.net> | 2007-02-08 10:42:37 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-08 10:42:37 -0500 |
commit | f3cc28c797604fa1cda4aef3f250f465de54a0ca (patch) | |
tree | 457722c6be1715307563a12b266bdf7910e8bb7f /drivers/net/Kconfig | |
parent | c4184f117af7441fb83bc413d2214d92920e0289 (diff) |
Add Attansic L1 ethernet driver.
This driver is a modified version of the Attansic reference driver
for the L1 ethernet adapter. Attansic has granted permission for
its inclusion in the mainline kernel.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ad92b6a76ee6..4f2ffbd81dc1 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2335,6 +2335,17 @@ config QLA3XXX | |||
2335 | To compile this driver as a module, choose M here: the module | 2335 | To compile this driver as a module, choose M here: the module |
2336 | will be called qla3xxx. | 2336 | will be called qla3xxx. |
2337 | 2337 | ||
2338 | config ATL1 | ||
2339 | tristate "Attansic L1 Gigabit Ethernet support (EXPERIMENTAL)" | ||
2340 | depends on NET_PCI && PCI && EXPERIMENTAL | ||
2341 | select CRC32 | ||
2342 | select MII | ||
2343 | help | ||
2344 | This driver supports the Attansic L1 gigabit ethernet adapter. | ||
2345 | |||
2346 | To compile this driver as a module, choose M here. The module | ||
2347 | will be called atl1. | ||
2348 | |||
2338 | endmenu | 2349 | endmenu |
2339 | 2350 | ||
2340 | # | 2351 | # |