diff options
Diffstat (limited to 'drivers/net/ethernet/atheros/Kconfig')
| -rw-r--r-- | drivers/net/ethernet/atheros/Kconfig | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/drivers/net/ethernet/atheros/Kconfig b/drivers/net/ethernet/atheros/Kconfig index 36d6abd1cfff..ad6aa1e98348 100644 --- a/drivers/net/ethernet/atheros/Kconfig +++ b/drivers/net/ethernet/atheros/Kconfig @@ -67,4 +67,22 @@ config ATL1C  	  To compile this driver as a module, choose M here.  The module  	  will be called atl1c. +config ALX +	tristate "Qualcomm Atheros AR816x/AR817x support" +	depends on PCI +	select CRC32 +	select NET_CORE +	select MDIO +	help +	  This driver supports the Qualcomm Atheros L1F ethernet adapter, +	  i.e. the following chipsets: + +	  1969:1091 - AR8161 Gigabit Ethernet +	  1969:1090 - AR8162 Fast Ethernet +	  1969:10A1 - AR8171 Gigabit Ethernet +	  1969:10A0 - AR8172 Fast Ethernet + +	  To compile this driver as a module, choose M here.  The module +	  will be called alx. +  endif # NET_VENDOR_ATHEROS | 
