summaryrefslogtreecommitdiff
path: root/configs/axs103_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-01 00:16:32 +0900
committerMarek Vasut <marex@denx.de>2016-08-07 21:55:42 +0200
commit93cb82477df06ab4f5fdda99a19d3f1b2b7c2eee (patch)
tree21664c6af02575a5315486f4d40c558798d58389 /configs/axs103_defconfig
parent6688452a3bf80a1a131047579af8f881dd2e32c3 (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>
Diffstat (limited to 'configs/axs103_defconfig')
-rw-r--r--configs/axs103_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig
index 8977f81c39..4fb26af363 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