aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2017-10-08 13:40:08 +0000
committerDavid S. Miller <davem@davemloft.net>2017-10-09 20:49:36 -0700
commit812b5ca7d376e7e008ac0c897d1ef94eb05ddc3b (patch)
tree545af2358cea96200fdae489aec455e0750049a5 /drivers/net/phy/Kconfig
parentvhost_net: do not stall on zerocopy depletion (diff)
downloadlinux-dev-812b5ca7d376e7e008ac0c897d1ef94eb05ddc3b.tar.xz
linux-dev-812b5ca7d376e7e008ac0c897d1ef94eb05ddc3b.zip
Add a driver for Renesas uPD60620 and uPD60620A PHYs
Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.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 cd931cf9dcc2..e2cf8ffc5c6f 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -366,6 +366,11 @@ config REALTEK_PHY
---help---
Supports the Realtek 821x PHY.
+config RENESAS_PHY
+ tristate "Driver for Renesas PHYs"
+ ---help---
+ Supports the Renesas PHYs uPD60620 and uPD60620A.
+
config ROCKCHIP_PHY
tristate "Driver for Rockchip Ethernet PHYs"
---help---