On 11/25/2010 12:03 AM, Paul Mundt wrote:
[...]
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 67eb377..22a9173 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -66,6 +66,7 @@ config USB_ARCH_HAS_EHCI
default y if ARCH_AT91SAM9G45
default y if ARCH_MXC
default y if ARCH_OMAP3
+ default y if CPU_SUBTYPE_SH7786
default PCI
How about moving that to your archecture Kconfig as:
' select USB_ARCH_HAS_EHCI'
We should be working towards reducing this per-chip churn in the Kconfig
files if possible.
David Daney
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html