4 prompt "ULPI Viewport type"
7 Select ULPI viewport (SoC-side interface to ULPI) implementation
8 appropriate for the device if you want to communicate with
9 UTMI (USB PHY) via ULPI interface.
11 config USB_ULPI_VIEWPORT
12 bool "Generic ULPI Viewport"
14 Support generic ULPI Viewport implementation that is used on
15 some Tegra and Snapdragon devices.
17 config USB_ULPI_VIEWPORT_OMAP
18 bool "OMAP ULPI Viewport"
20 Support ULPI Viewport implementation that is used on OMAP devices.
26 depends on (USB_ULPI_VIEWPORT || USB_ULPI_VIEWPORT_OMAP)
28 Select to commnicate with USB PHY via ULPI interface.
29 ULPI is wrapper on UTMI+ core that is used as
30 PHY Transreceiver for USB controllers.
32 This driver uses ULPI viewports that are specific for each SoC.