]> git.baikalelectronics.ru Git - kernel.git/commit
USB: select USB_ARCH_HAS_EHCI for MXS
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 11 Jan 2013 17:06:21 +0000 (18:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jan 2013 00:01:06 +0000 (16:01 -0800)
commit13f6e663fddd069e80ae03f9374ab4108f9c0855
treeda977245482741ea8ee0213429b8762ebe90cfc2
parent794752ec2de35f3a762f388b954e08cc80cc20bb
USB: select USB_ARCH_HAS_EHCI for MXS

Commit e7cf9599 (USB: EHCI: fix build error by making ChipIdea host a
normal EHCI driver) introduced a dependency on USB_EHCI_HCD for the
chipidea USB host driver, that in turns depends on USB_ARCH_HAS_EHCI.

If this symbol is not set for MXS, the MXS boards are not able to use
the chipidea driver anymore.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/Kconfig