diff options
author | Jie Yang <jie.yang@atheros.com> | 2008-07-18 11:37:13 +0800 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-07-22 19:31:04 -0400 |
commit | a6a5325239c20202e18e21e94291bccc659fbf9e (patch) | |
tree | 21c3208a8483fce3754222d80ade5ac5bd4f2d81 /drivers/net/Kconfig | |
parent | bb5d10ac8cc315d53306963001fe650d88a1cbb2 (diff) | |
download | linux-stable-a6a5325239c20202e18e21e94291bccc659fbf9e.tar.gz linux-stable-a6a5325239c20202e18e21e94291bccc659fbf9e.tar.bz2 linux-stable-a6a5325239c20202e18e21e94291bccc659fbf9e.zip |
atl1e: Atheros L1E Gigabit Ethernet driver
Full patch for the Atheros L1E Gigabit Ethernet driver.
Supportring AR8121, AR8113 and AR8114
Signed-off-by: Jie Yang <jie.yang @atheros.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 3e5e64c33e18..32b89b0975ae 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -2304,6 +2304,17 @@ config ATL1 To compile this driver as a module, choose M here. The module will be called atl1. +config ATL1E + tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)" + depends on PCI && EXPERIMENTAL + select CRC32 + select MII + help + This driver supports the Atheros L1E gigabit ethernet adapter. + + To compile this driver as a module, choose M here. The module + will be called atl1e. + endif # NETDEV_1000 # |