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

Masahiro Yamada yamada.masahiro at socionext.com
Sun Jul 31 11:24:41 CEST 2016


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.


Masahiro Yamada (3):
  usb: add CONIFG_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(-)

-- 
1.9.1



More information about the U-Boot mailing list