From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 1 Aug 2016 09:14:47 +0000 Subject: [U-Boot] [PATCH 1/3] usb: add CONIFG_USB_OHCI_HCD in Kconfig In-Reply-To: <1469957084-8360-2-git-send-email-yamada.masahiro@socionext.com> References: <1469957084-8360-1-git-send-email-yamada.masahiro@socionext.com> <1469957084-8360-2-git-send-email-yamada.masahiro@socionext.com> Message-ID: <1470042793.28725.26.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi?Masahiro-san, On Sun, 2016-07-31 at 18:24 +0900, Masahiro Yamada wrote: > 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 > --- There's such a thing like "new OHCI driver" which is enabled by CONFIG_USB_OHCI_NEW (as of today in config headers) and some OHCI drivers rely on it. I'd say it is a very good candidate to go to Kconfig especially for those boards that use DM_USB. Not sure if that makes sense for boards except axs103 in your change-set though. -Alexey