diff options
-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 | |||
202 | config USB_ULPI | 202 | config USB_ULPI |
203 | bool "Generic ULPI Transceiver Driver" | 203 | bool "Generic ULPI Transceiver Driver" |
204 | depends on ARM || ARM64 | 204 | depends on ARM || ARM64 |
205 | select USB_ULPI_VIEWPORT | ||
205 | help | 206 | help |
206 | Enable this to support ULPI connected USB OTG transceivers which | 207 | Enable this to support ULPI connected USB OTG transceivers which |
207 | are likely found on embedded boards. | 208 | are likely found on embedded boards. |
208 | 209 | ||
209 | config USB_ULPI_VIEWPORT | 210 | config USB_ULPI_VIEWPORT |
210 | bool | 211 | bool |
211 | depends on USB_ULPI | ||
212 | help | 212 | help |
213 | Provides read/write operations to the ULPI phy register set for | 213 | Provides read/write operations to the ULPI phy register set for |
214 | controllers with a viewport register (e.g. Chipidea/ARC controllers). | 214 | controllers with a viewport register (e.g. Chipidea/ARC controllers). |