diff options
| author | Masahiro Yamada <[email protected]> | 2016-08-01 00:16:32 +0900 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2016-08-07 21:55:42 +0200 |
| commit | 93cb82477df06ab4f5fdda99a19d3f1b2b7c2eee (patch) | |
| tree | 21664c6af02575a5315486f4d40c558798d58389 /configs | |
| parent | 6688452a3bf80a1a131047579af8f881dd2e32c3 (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 <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/axs103_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 8977f81c39b..4fb26af363d 100644 --- a/configs/axs103_defconfig +++ b/configs/axs103_defconfig @@ -25,6 +25,7 @@ CONFIG_ETH_DESIGNWARE=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_USB_OHCI_HCD=y CONFIG_USB_OHCI_GENERIC=y CONFIG_USB_STORAGE=y CONFIG_USE_PRIVATE_LIBGCC=y |
