From bca6fceaeb209cee15dbe5de17ce703be1ad2b4c Mon Sep 17 00:00:00 2001 From: Benoit Goby Date: Thu, 10 Feb 2011 18:47:20 -0800 Subject: [PATCH] usb: do not force select has_ehci for tegra Change-Id: If6219a3ba9671a2c4c10b35461e1cc2ffe50ab0a Signed-off-by: Benoit Goby --- drivers/usb/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 69e8a096c35a..4aa00e6e57ad 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -61,7 +61,6 @@ config USB_ARCH_HAS_EHCI default y if PPC_83xx default y if SOC_AU1200 default y if ARCH_IXP4XX - default y if ARCH_TEGRA default y if ARCH_W90X900 default y if ARCH_AT91SAM9G45 default y if ARCH_MXC -- 2.34.1