Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104924
b: refs/heads/master
c: a6a5325
h: refs/heads/master
v: v3
  • Loading branch information
Jie Yang authored and Jeff Garzik committed Jul 22, 2008
1 parent 23f3db2 commit 73c3d2d
Show file tree
Hide file tree
Showing 10 changed files with 5,242 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bb5d10ac8cc315d53306963001fe650d88a1cbb2
refs/heads/master: a6a5325239c20202e18e21e94291bccc659fbf9e
11 changes: 11 additions & 0 deletions trunk/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 trunk/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 trunk/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 73c3d2d

Please sign in to comment.