From: William Wu Date: Wed, 15 Feb 2017 13:04:22 +0000 (+0800) Subject: phy: rockchip-inno-usb3: select USB_PHY X-Git-Tag: firefly_0821_release~618 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1c6c74e1dd82024469f48fe2cd1e333cdc0efb62;p=firefly-linux-kernel-4.4.55.git phy: rockchip-inno-usb3: select USB_PHY Some rockchip SoCs (e.g. rk322xh/rk3328) integrated with INNO USB 3.0 PHY have a problem to detect disconnection correctly. So we need to depend on the usb phy framework to handle the disconnection. Change-Id: Ie3bd015c89e1fb8d46f69fe8d274e29462bfb763 Signed-off-by: William Wu --- diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 1141fe0ff18f..d1c72214f6e7 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -334,6 +334,7 @@ config PHY_ROCKCHIP_INNO_USB3 tristate "Rockchip INNO USB 3.0 PHY Driver" depends on ARCH_ROCKCHIP && OF select GENERIC_PHY + select USB_PHY help Support for Rockchip USB 3.0 PHY with Innosilicon IP block.