summaryrefslogtreecommitdiff
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-05-05 00:14:40 +0300
committerTom Rini <trini@konsulko.com>2020-06-12 20:17:23 +0300
commit8882238cc4c1276629c989ea1fe71b15358a5040 (patch)
tree96bd24ac50ca470e91f893070d62beee3b57be54 /drivers/net/phy/Kconfig
parentbc0e578f903d24b5291d34959ad534138ced0780 (diff)
downloadu-boot-8882238cc4c1276629c989ea1fe71b15358a5040.tar.xz
net: phy: Add DP8382x phy registration to TI PHY init
Add the DP8382X generic PHY registration to the TI PHY init file. Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index a5a1ff257f..b0bd762ac3 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -252,6 +252,13 @@ config PHY_TI_DP83867
---help---
Adds support for the TI DP83867 1Gbit PHY.
+config PHY_TI_GENERIC
+ select PHY_TI
+ bool "Texas Instruments Generic Ethernet PHYs support"
+ ---help---
+ Adds support for Generic TI PHYs that don't need special handling but
+ the PHY name is associated with a PHY ID.
+
config PHY_VITESSE
bool "Vitesse Ethernet PHYs support"