summaryrefslogtreecommitdiff
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorChunhe Lan <Chunhe.Lan@freescale.com>2013-04-19 06:10:41 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-19 19:16:02 (GMT)
commite314a7b3c5619232a61353997c114d30505b3bcf (patch)
treec381dd7c79a5481a4f1ffdd05f6992c77c9e81b2 /drivers/net/phy/Kconfig
parentce6464d5b2b4ceaab137e6806877a3f269f2a4e6 (diff)
downloadlinux-fsl-qoriq-e314a7b3c5619232a61353997c114d30505b3bcf.tar.xz
net/phy: Add Atheros AR8035 PHY support
The AR8035 is a single port 10/100/1000 Mbps tri-speed Ethernet PHY. It supports an RGMII interface to the MAC with wide RGMII I/O voltage support from 1.5V to 3.3V. Signed-off-by: Michael Johnston <michael.johnston@freescale.com> Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com> Change-Id: I6676faab8cb43a42bad8517297d6c45f79a05923 Reviewed-on: http://git.am.freescale.net:8181/1571 Reviewed-by: Zang Tiefei-R61911 <tie-fei.zang@freescale.com> Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index e910c74..1d18443 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -25,6 +25,11 @@ config AMD_PHY
---help---
Currently supports the am79c874
+config ATHEROS_PHY
+ tristate "Drivers for Atheros PHYs"
+ ---help---
+ Currently supports the AR8035 PHY
+
config MARVELL_PHY
tristate "Drivers for Marvell PHYs"
---help---