Skip to content

Commit

Permalink
atl1e: Atheros L1E Gigabit Ethernet driver
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Jie Yang authored and Jeff Garzik committed Jul 22, 2008
1 parent bb5d10a commit a6a5325
Show file tree
Hide file tree
Showing 9 changed files with 5,241 additions and 0 deletions.
11 changes: 11 additions & 0 deletions drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down
1 change: 1 addition & 0 deletions drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ obj-$(CONFIG_EHEA) += ehea/
obj-$(CONFIG_CAN) += can/
obj-$(CONFIG_BONDING) += bonding/
obj-$(CONFIG_ATL1) += atlx/
obj-$(CONFIG_ATL1E) += atl1e/
obj-$(CONFIG_GIANFAR) += gianfar_driver.o
obj-$(CONFIG_TEHUTI) += tehuti.o

Expand Down
2 changes: 2 additions & 0 deletions drivers/net/atl1e/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
obj-$(CONFIG_ATL1E) += atl1e.o
atl1e-objs += atl1e_main.o atl1e_hw.o atl1e_ethtool.o atl1e_param.o
Loading

0 comments on commit a6a5325

Please sign in to comment.