summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorMartin Blumenstingl2016-10-01 14:19:00 +0200
committerKishon Vijay Abraham I2016-11-18 13:49:14 +0100
commit7965ba051e341e94af180efd08815e4254c1bc8c (patch)
tree082fef765a02cf9fc243ca2248af3343cea80f26 /drivers/phy/Kconfig
parentDocumentation: dt-bindings: rename meson-usb2-phy to meson8b-usb2-phy (diff)
downloadkernel-qcow2-linux-7965ba051e341e94af180efd08815e4254c1bc8c.tar.gz
kernel-qcow2-linux-7965ba051e341e94af180efd08815e4254c1bc8c.tar.xz
kernel-qcow2-linux-7965ba051e341e94af180efd08815e4254c1bc8c.zip
phy: meson: add USB2 PHY support for Meson8b and GXBB
This is a new driver for the USB PHY found in Meson8b and GXBB SoCs. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index fe00f9134d51..728e03f3169a 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -489,4 +489,17 @@ config PHY_NS2_PCIE
help
Enable this to support the Broadcom Northstar2 PCIe PHY.
If unsure, say N.
+
+config PHY_MESON8B_USB2
+ tristate "Meson8b and GXBB USB2 PHY driver"
+ default ARCH_MESON
+ depends on OF && (ARCH_MESON || COMPILE_TEST)
+ depends on USB_SUPPORT
+ select USB_COMMON
+ select GENERIC_PHY
+ help
+ Enable this to support the Meson USB2 PHYs found in Meson8b
+ and GXBB SoCs.
+ If unsure, say N.
+
endmenu