[U-Boot] [PATCH v2 0/3] usb: arrange Kconfig entries for USB host support

Marek Vasut marex at denx.de
Tue Aug 2 12:24:59 CEST 2016


On 07/31/2016 05:16 PM, Masahiro Yamada wrote:
> We have CONFIG_USB_GADGET, while we do not have an option to
> turn on/off USB host support.
> 
> In Linux, CONFIG_USB is used to enable the USB host support,
> but it is used in U-Boot to enable the whole USB sub-system.
> So, as an alternative, this commit adds CONFIG_USB_HOST
> and I think it makes sense enough.

Hi, I applied all three, but please address the CONFIG_USB_OHCI_NEW from
Alexey in a separate patch.

> Changes in v2:
>   - Fix a typo  CONIFG_ -> CONFIG_
> 
> Masahiro Yamada (3):
>   usb: add CONFIG_USB_OHCI_HCD in Kconfig
>   usb: add CONFIG_USB_UHCI_HCD in Kconfig
>   usb: add (move) CONFIG_USB_HOST to Kconfig
> 
>  configs/axs103_defconfig      |  1 +
>  drivers/usb/host/Kconfig      | 59 +++++++++++++++++++++++++++++++++++--------
>  include/configs/am43xx_evm.h  |  1 -
>  include/configs/am57xx_evm.h  |  1 -
>  include/configs/cm_t43.h      |  1 -
>  include/configs/cm_t54.h      |  1 -
>  include/configs/dra7xx_evm.h  |  1 -
>  include/configs/duovero.h     |  1 -
>  include/configs/omap4_panda.h |  1 -
>  include/configs/omap5_uevm.h  |  1 -
>  10 files changed, 50 insertions(+), 18 deletions(-)
> 


-- 
Best regards,
Marek Vasut


More information about the U-Boot mailing list