Neil: As Russell King pointed out in http://marc.info/?l=linux-usb&m=132947508821242&w=2 the drivers/usb/host/Kconfig section for USB_EHCI_MV isn't specific enough. For example, it allows the user to create a configuration in which CONFIG_USB_EHCI_MV and CONFIG_USB_EHCI_HCD_OMAP are both defined, which will cause a build failure. The "depends on" line for the USB_EHCI_MV section needs to specify which architecture(s) may use the ehci-mv driver. Can you send in a patch to fix this? In addition, the description for USB_EHCI_MV says that it provides support for the PXA series... but there's also a separate USB_PXA168_EHCI section. Again, we need to make sure that it's not possible to select both of them in the same configuration. Thanks, Alan Stern -- 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