On 03/08/2013 04:56 PM, Arnd Bergmann wrote: > On Friday 08 March 2013, Stephen Warren wrote: >>> config USB_ULPI_VIEWPORT >>> def_bool y >>> depends on USB_EHCI_TEGRA >>> >>> If USB_ULPI_VIEWPORT has any other dependencies, the best solution >>> in the above scenario is to make USB_EHCI_TEGRA depend on those. >> >> USB_ULPI_VIEWPORT is, AFAIK, a generic piece of infra-structure that >> USB_EHCI_TEGRA depends upon. > > Sorry, I was probably confusing the symbol names. I meant whatever > you were going to "select" from USB_EHCI_TEGRA. Ah OK, that'd be the Tegra PHY driver. Except now that I look, it doesn't actually have its own Kconfig symbol (the Makefile builds it if the Tegra EHCI driver is enabled). Perhaps it should? Otherwise, I guess the Tegra EHCI driver Kconfig symbol would just have to depend on everything that it and the PHY driver depend on. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html