commit | 78a9c7966f1c720c666e408653f7cb16626ec90d | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Mon Aug 01 00:16:32 2016 +0900 |
committer | Marek Vasut <marex@denx.de> | Sun Aug 07 21:55:42 2016 +0200 |
tree | 21664c6af02575a5315486f4d40c558798d58389 | |
parent | 47c509746b3e2d24beedf01034e2725bbebb2a3e [diff] |
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>