USB: select USB_ARCH_HAS_EHCI for MXS
commiteb614c8b467f7f309541e6e6be9d27a9cf6badd5
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 11 Jan 2013 17:06:21 +0000 (11 18:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jan 2013 00:01:06 +0000 (11 16:01 -0800)
treeda977245482741ea8ee0213429b8762ebe90cfc2
parent07e72b95f5038cc82304b9a4a2eb7f9fc391ea68
USB: select USB_ARCH_HAS_EHCI for MXS

Commit 09f6ffde (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