Re: [PATCHv2 10/12] usb: dwc3: add ULPI interface support

From: Paul Bolle
Date: Wed Mar 18 2015 - 18:53:56 EST


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-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/