diff options
author | Ivan T. Ivanov <ivan.ivanov@linaro.org> | 2015-03-21 15:25:52 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-03-24 11:35:30 -0500 |
commit | 1ea276cbfc0201c9804f38474f3ec2c4488a2fc6 (patch) | |
tree | a69524cfc991bbdb58a9e1feb7ff576cede8f7eb /drivers/usb | |
parent | f4b4976b6e3171d408d0f6e08b12189bf60d1d22 (diff) | |
download | talos-obmc-linux-1ea276cbfc0201c9804f38474f3ec2c4488a2fc6.tar.gz talos-obmc-linux-1ea276cbfc0201c9804f38474f3ec2c4488a2fc6.zip |
usb: phy: Fix USB_ULPI_VIEWPORT Kconfig dependency
USB_ULPI_VIEWPORT didn't depend on USB_ULPI, while USB_ULPI
is using non user selectable USB_ULPI_VIEWPORT. Fix this.
Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/phy/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 2fb3828b5089..2175678e674e 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -202,13 +202,13 @@ config USB_RCAR_GEN2_PHY config USB_ULPI bool "Generic ULPI Transceiver Driver" depends on ARM || ARM64 + select USB_ULPI_VIEWPORT help Enable this to support ULPI connected USB OTG transceivers which are likely found on embedded boards. config USB_ULPI_VIEWPORT bool - depends on USB_ULPI help Provides read/write operations to the ULPI phy register set for controllers with a viewport register (e.g. Chipidea/ARC controllers). |