On 02/08/2011 09:22 PM, Benoit Goby wrote:
Signed-off-by: Benoit Goby<[email protected]>
---
  drivers/usb/Kconfig           |    1 +
  drivers/usb/host/Kconfig      |    8 +
  drivers/usb/host/ehci-hcd.c   |    5 +
  drivers/usb/host/ehci-tegra.c |  673 +++++++++++++++++++++++++++++++++++++++++
  include/linux/tegra_usb.h     |   35 +++
  5 files changed, 722 insertions(+), 0 deletions(-)
  create mode 100644 drivers/usb/host/ehci-tegra.c
  create mode 100644 include/linux/tegra_usb.h

diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index fceea5e..a2fa2a8 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -59,6 +59,7 @@ config USB_ARCH_HAS_EHCI
        default y if PPC_MPC512x
        default y if SOC_AU1200
        default y if ARCH_IXP4XX
+       default y if ARCH_TEGRA
        default y if ARCH_W90X900

This doesn't belong here.

Do 'select USB_ARCH_HAS_EHCI' in your arch specific Kconfig instead.

David Daney
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to