summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin2017-08-17 12:33:22 +0200
committerKishon Vijay Abraham I2017-08-20 10:32:23 +0200
commit2411a736ff09d349b0d4630ee5ff8a38d852ce3c (patch)
tree2b18e30b89db6a273bd10634a350263b948da7bc /drivers/phy/Kconfig
parentdt-bindings: phy: Add bindings for ralink-usb PHY (diff)
downloadkernel-qcow2-linux-2411a736ff09d349b0d4630ee5ff8a38d852ce3c.tar.gz
kernel-qcow2-linux-2411a736ff09d349b0d4630ee5ff8a38d852ce3c.tar.xz
kernel-qcow2-linux-2411a736ff09d349b0d4630ee5ff8a38d852ce3c.zip
phy: ralink-usb: add driver for Mediatek/Ralink
Add a driver to setup the USB phy on Mediatek/Ralink SoCs. The driver sets up power and host mode, but also needs to configure PHY registers for the MT7628 and MT7688. Signed-off-by: John Crispin <john@phrozen.org> Signed-off-by: Harvey Hunt <harvey.hunt@imgtec.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index d16704e77e68..441912c10b82 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -48,6 +48,7 @@ source "drivers/phy/marvell/Kconfig"
source "drivers/phy/mediatek/Kconfig"
source "drivers/phy/motorola/Kconfig"
source "drivers/phy/qualcomm/Kconfig"
+source "drivers/phy/ralink/Kconfig"
source "drivers/phy/renesas/Kconfig"
source "drivers/phy/rockchip/Kconfig"
source "drivers/phy/samsung/Kconfig"