usb: add CONFIG_USB_OHCI_HCD in Kconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 31 Jul 2016 15:16:32 +0000 (00:16 +0900)
committerMarek Vasut <marex@denx.de>
Sun, 7 Aug 2016 19:55:42 +0000 (21:55 +0200)
commit93cb82477df06ab4f5fdda99a19d3f1b2b7c2eee
tree21664c6af02575a5315486f4d40c558798d58389
parent6688452a3bf80a1a131047579af8f881dd2e32c3
usb: add CONFIG_USB_OHCI_HCD in Kconfig

Add this option as a common config for all OHCI controllers.  Its
help message was copied from Linux.  Also, I moved it below EHCI
to respect the order in Linux's Kconfig.

Add CONFIG_USB_OHCI_HCD=y to axs103_defconfig, which is the only
user of OHCI_GENERIC.

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