diff options
author | David Wu <david.wu@rock-chips.com> | 2017-08-10 16:56:40 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-08-12 00:28:58 +0300 |
commit | baf6ee81406ab806c7db34bd1e9a0a824cb84c71 (patch) | |
tree | 17b2464a0f7050d47132bc8cd8ba77dbc3ded097 /drivers/net/phy/Kconfig | |
parent | d24d39d906fa8944024f154e0ea3f031252c06c1 (diff) | |
download | linux-baf6ee81406ab806c7db34bd1e9a0a824cb84c71.tar.xz |
net: phy: Add rockchip PHY driver support
Support integrated ethernet PHY currently.
Signed-off-by: David Wu <david.wu@rock-chips.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 bf73969a9d2b..8c919203291a 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 ROCKCHIP_PHY + tristate "Driver for Rockchip Ethernet PHYs" + ---help--- + Currently supports the integrated Ethernet PHY. + config SMSC_PHY tristate "SMSC PHYs" ---help--- |