summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorHeiko Schocher2012-03-18 12:03:05 +0100
committerDavid S. Miller2012-03-19 23:02:05 +0100
commit49099122a403b907dc12a5e66033678a07c68ba3 (patch)
tree6531b7cca21ea91ca6285bfedff244ce10a07292 /drivers/net/phy/Kconfig
parentmlx4_core: fix race on comm channel (diff)
downloadkernel-qcow2-linux-49099122a403b907dc12a5e66033678a07c68ba3.tar.gz
kernel-qcow2-linux-49099122a403b907dc12a5e66033678a07c68ba3.tar.xz
kernel-qcow2-linux-49099122a403b907dc12a5e66033678a07c68ba3.zip
phy: add am79c874 PHY support
Signed-off-by: Heiko Schocher <hs@denx.de> Signed-off-by: Anatolij Gustschin <agust@denx.de> Signed-off-by: David S. Miller <davem@davemloft.net>
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 fbdcdf83cbfd..0e01f4e5cd64 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -15,6 +15,11 @@ if PHYLIB
comment "MII PHY device drivers"
+config AMD_PHY
+ tristate "Drivers for the AMD PHYs"
+ ---help---
+ Currently supports the am79c874
+
config MARVELL_PHY
tristate "Drivers for Marvell PHYs"
---help---