net: phy: add driver for aquantia phy

This patch added driver to support Aquantia PHYs AQ1202, AQ2104, AQR105,
AQR405, which accessed through clause 45.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Shaohui Xie
2015-07-31 16:58:42 +08:00
committed by David S. Miller
parent 85b1d8bbfd
commit bee8259dd3
3 changed files with 158 additions and 0 deletions

View File

@@ -14,6 +14,11 @@ if PHYLIB
comment "MII PHY device drivers"
config AQUANTIA_PHY
tristate "Drivers for the Aquantia PHYs"
---help---
Currently supports the Aquantia AQ1202, AQ2104, AQR105, AQR405
config AT803X_PHY
tristate "Drivers for Atheros AT803X PHYs"
---help---