diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2015-07-31 16:58:42 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-31 15:28:19 -0700 |
commit | bee8259dd31f419a883174556b11edc6f9a153d1 (patch) | |
tree | 68a67ff96c08d9f281f1724327b00c6188ff6aea /drivers/net/phy/Kconfig | |
parent | 85b1d8bbfd2ea6ae1dc6d0ccdb25abdcb52a5856 (diff) | |
download | op-kernel-dev-bee8259dd31f419a883174556b11edc6f9a153d1.zip op-kernel-dev-bee8259dd31f419a883174556b11edc6f9a153d1.tar.gz |
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>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 8ef8191..c07030d 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -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--- |