All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] usb: arrange Kconfig entries for USB host support
@ 2016-07-31  9:24 Masahiro Yamada
  2016-07-31  9:24 ` [U-Boot] [PATCH 1/3] usb: add CONIFG_USB_OHCI_HCD in Kconfig Masahiro Yamada
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Masahiro Yamada @ 2016-07-31  9:24 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-08-01  9:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-31  9:24 [U-Boot] [PATCH 0/3] usb: arrange Kconfig entries for USB host support Masahiro Yamada
2016-07-31  9:24 ` [U-Boot] [PATCH 1/3] usb: add CONIFG_USB_OHCI_HCD in Kconfig Masahiro Yamada
2016-07-31  9:38   ` Robert P. J. Day
2016-07-31 15:15     ` Masahiro Yamada
2016-08-01  9:14   ` Alexey Brodkin
2016-07-31  9:24 ` [U-Boot] [PATCH 2/3] usb: add CONFIG_USB_UHCI_HCD " Masahiro Yamada
2016-07-31  9:24 ` [U-Boot] [PATCH 3/3] usb: add (move) CONFIG_USB_HOST to Kconfig Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.