]> git.sur5r.net Git - u-boot/commit
usb: add CONFIG_USB_UHCI_HCD in Kconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 31 Jul 2016 15:16:33 +0000 (00:16 +0900)
committerMarek Vasut <marex@denx.de>
Sun, 7 Aug 2016 19:55:42 +0000 (21:55 +0200)
commit96d8284bd59ad99aae7fcd5ce3cc95e4aef782dc
tree9903b7d2db24d995ed40e3d580b430d0f52d046e
parent93cb82477df06ab4f5fdda99a19d3f1b2b7c2eee
usb: add CONFIG_USB_UHCI_HCD in Kconfig

There is no UHCI driver entry in Kconfig for now, but we have some
UHCI drivers, for example, LEON.  This is a placeholder in case we
want to move them to Kconfig in the future.

The help message was copied from Linux.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
drivers/usb/host/Kconfig