aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorFrank Wang <frank.wang@rock-chips.com>2016-07-22 15:00:44 +0800
committerKishon Vijay Abraham I <kishon@ti.com>2016-09-10 16:48:31 +0530
commit0e08d2a727e68bbe426457dc61ec11a5c6a76ed6 (patch)
tree08c9094f5fde8c9f4981712ebafd6ff68ed4adf0 /drivers/phy/Kconfig
parentDocumentation: bindings: add DT documentation for Rockchip USB2PHY (diff)
downloadlinux-dev-0e08d2a727e68bbe426457dc61ec11a5c6a76ed6.tar.xz
linux-dev-0e08d2a727e68bbe426457dc61ec11a5c6a76ed6.zip
phy: rockchip-inno-usb2: add a new driver for Rockchip usb2phy
The newer SoCs (rk3366, rk3399) take a different usb-phy IP block than rk3288 and before, and most of phy-related registers are also different from the past, so a new phy driver is required necessarily. Signed-off-by: Frank Wang <frank.wang@rock-chips.com> Suggested-by: Heiko Stuebner <heiko@sntech.de> Suggested-by: Guenter Roeck <linux@roeck-us.net> Suggested-by: Doug Anderson <dianders@chromium.org> Reviewed-by: Heiko Stuebner <heiko@sntech.de> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index afbdd6a9b964..f9bf9817e63f 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -367,6 +367,13 @@ config PHY_ROCKCHIP_USB
help
Enable this to support the Rockchip USB 2.0 PHY.
+config PHY_ROCKCHIP_INNO_USB2
+ tristate "Rockchip INNO USB2PHY Driver"
+ depends on (ARCH_ROCKCHIP || COMPILE_TEST) && OF
+ select GENERIC_PHY
+ help
+ Support for Rockchip USB2.0 PHY with Innosilicon IP block.
+
config PHY_ROCKCHIP_EMMC
tristate "Rockchip EMMC PHY Driver"
depends on ARCH_ROCKCHIP && OF