On Mon, Nov 29, 2010 at 10:49:58AM -0800, David Daney wrote: > 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. > Good idea, I didn't realize other architectures were doing this already. I've now ended up doing this for all of the SH subtypes with EHCI/OHCI support, which will follow in an updated patch. -- 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