Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43250ddd authored by Jie Yang's avatar Jie Yang Committed by David S. Miller
Browse files

atl1c: Atheros L1C Gigabit Ethernet driver



Supporting AR8131, and AR8132.

Signed-off-by: default avatarJie Yang <jie.yang@atheros.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 92a0acce
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -2342,6 +2342,17 @@ config ATL1E
	  To compile this driver as a module, choose M here.  The module
	  will be called atl1e.

config ATL1C
	tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)"
	depends on PCI && EXPERIMENTAL
	select CRC32
	select MII
	help
	  This driver supports the Atheros L1C gigabit ethernet adapter.

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

config JME
	tristate "JMicron(R) PCI-Express Gigabit Ethernet support"
	depends on PCI
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@ obj-$(CONFIG_BONDING) += bonding/
obj-$(CONFIG_ATL1) += atlx/
obj-$(CONFIG_ATL2) += atlx/
obj-$(CONFIG_ATL1E) += atl1e/
obj-$(CONFIG_ATL1C) += atl1c/
obj-$(CONFIG_GIANFAR) += gianfar_driver.o
obj-$(CONFIG_TEHUTI) += tehuti.o
obj-$(CONFIG_ENIC) += enic/
+2 −0
Original line number Diff line number Diff line
obj-$(CONFIG_ATL1C) += atl1c.o
atl1c-objs := atl1c_main.o atl1c_hw.o atl1c_ethtool.o
+606 −0

File added.

Preview size limit exceeded, changes collapsed.

+317 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading