Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ea276cb authored by Ivan T. Ivanov's avatar Ivan T. Ivanov Committed by Felipe Balbi
Browse files

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: default avatarIvan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent f4b4976b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -202,13 +202,13 @@ config USB_RCAR_GEN2_PHY
config USB_ULPI
config USB_ULPI
	bool "Generic ULPI Transceiver Driver"
	bool "Generic ULPI Transceiver Driver"
	depends on ARM || ARM64
	depends on ARM || ARM64
	select USB_ULPI_VIEWPORT
	help
	help
	  Enable this to support ULPI connected USB OTG transceivers which
	  Enable this to support ULPI connected USB OTG transceivers which
	  are likely found on embedded boards.
	  are likely found on embedded boards.


config USB_ULPI_VIEWPORT
config USB_ULPI_VIEWPORT
	bool
	bool
	depends on USB_ULPI
	help
	help
	  Provides read/write operations to the ULPI phy register set for
	  Provides read/write operations to the ULPI phy register set for
	  controllers with a viewport register (e.g. Chipidea/ARC controllers).
	  controllers with a viewport register (e.g. Chipidea/ARC controllers).