[U-Boot] [PATCH v4 01/11] usb: dwc3-of-simple: Fix dependencies

Marek Vasut marex at denx.de
Thu Apr 12 08:47:45 UTC 2018


On 04/12/2018 10:41 AM, Jean-Jacques Hiblot wrote:
> This simple glue layer does not require CONFIG_MISC, but it does require
> CONFIG_DM_USB.
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
> 
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
> 
>  drivers/usb/host/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index 6caa615..6ea9621 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -23,7 +23,7 @@ config USB_XHCI_DWC3
>  
>  config USB_XHCI_DWC3_OF_SIMPLE
>  	bool "DesignWare USB3 DRD Generic OF Simple Glue Layer"
> -	select MISC
> +	depends on DM_USB
>  	help
>  	  Support USB2/3 functionality in simple SoC integrations with
>  	  USB controller based on the DesignWare USB3 IP Core.
> 

Applied to USB , thanks

-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list