phy: rockchip-inno-usb2: select USB_COMMON
authorArnd Bergmann <arnd@arndb.de>
Wed, 16 Nov 2016 14:22:39 +0000 (15:22 +0100)
committerWilliam Wu <wulf@rock-chips.com>
Tue, 27 Dec 2016 03:11:14 +0000 (11:11 +0800)
When USB is disabled, we get a link error for this driver
because of the added OTG support

drivers/phy/phy-rockchip-inno-usb2.o: In function `rockchip_usb2phy_otg_sm_work':
phy-rockchip-inno-usb2.c:(.text.rockchip_usb2phy_otg_sm_work+0x1f4): undefined reference to `usb_otg_state_string'
drivers/phy/phy-rockchip-inno-usb2.o: In function `rockchip_usb2phy_probe':
phy-rockchip-inno-usb2.c:(.text.rockchip_usb2phy_probe+0x2c8): undefined reference to `of_usb_get_dr_mode_by_phy'

Other phy drivers select USB_COMMON for this, so let's do the same
here.

Change-Id: I088b5862157d35360a30f21c8ed56a2a85792d53
Fixes: 0c42fe48fd23 ("phy: rockchip-inno-usb2: support otg-port for rk3399")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: William Wu <wulf@rock-chips.com>
drivers/phy/Kconfig

index 444cd39e7c76d5a5ee7f5ee86b6ef4c1ec806717..7043b2ae59e7c5780e6ca9f1ad753e805158d93d 100644 (file)
@@ -324,7 +324,9 @@ config PHY_ROCKCHIP_INNO_USB2
        tristate "Rockchip INNO USB2PHY Driver"
        depends on ARCH_ROCKCHIP && OF
        depends on COMMON_CLK
+       depends on USB_SUPPORT
        select GENERIC_PHY
+       select USB_COMMON
        help
          Support for Rockchip USB2.0 PHY with Innosilicon IP block.