From 93cb82477df06ab4f5fdda99a19d3f1b2b7c2eee Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 1 Aug 2016 00:16:32 +0900 Subject: 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 --- configs/axs103_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/axs103_defconfig') diff --git a/configs/axs103_defconfig b/configs/axs103_defconfig index 8977f81..4fb26af 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 -- cgit v1.1