summaryrefslogtreecommitdiff
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2017-10-18 11:02:10 +0300
committerTom Rini <trini@konsulko.com>2017-11-17 15:44:13 +0300
commit8995a96d1d6760c930e37fc92fb718624f5d8fbf (patch)
treec9d5c60ce91091dfa6d5a1de484a545cd51c190d /drivers/net/phy/Kconfig
parent50a327ded68b7e675389ad284ea3f8c62e683bda (diff)
downloadu-boot-8995a96d1d6760c930e37fc92fb718624f5d8fbf.tar.xz
net: phy: Add Amlogic Meson GXL Internal PHY support
The Amlogic Meson GXL/GXM families embeds an internal RMII Ethernet PHY. The PHY acts as a generic PHY but needs a slight configuration right before it's configuration. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r--drivers/net/phy/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 4d02d8bb19..e32f1eb1c0 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -55,6 +55,9 @@ config PHY_LXT
config PHY_MARVELL
bool "Marvell Ethernet PHYs support"
+config PHY_MESON_GXL
+ bool "Amlogic Meson GXL Internal PHY support"
+
config PHY_MICREL
bool "Micrel Ethernet PHYs support"
help