On Wed, 2015-03-18 at 14:40 +0200, Heikki Krogerus wrote: > --- a/drivers/usb/dwc3/Kconfig > +++ b/drivers/usb/dwc3/Kconfig > @@ -11,6 +11,13 @@ config USB_DWC3 > > if USB_DWC3 > > +config USB_DWC3_ULPI > + bool "Register ULPI PHY Interface" > + depends on USB_ULPI_BUS=y USB_ULPI_BUS is added in 01/12 as a bool symbol. So why not use just depends on USB_ULPI_BUS here? > + help > + Select this if you have ULPI type PHY attached to your DWC3 > + controller. > + Thanks, Paul Bolle -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html