On Mon, Oct 31, 2011 at 2:19 PM, Paul Bolle <pebolle@xxxxxxxxxx> wrote: > 0) Since commit 4bc36fd3 ("usb: musb: add support for ux500 platform") > the mainline kernel tree uses the Kconfig symbol ARCH_U5500 and the > preprocessor macro CONFIG_ARCH_U5500. This does not seem right, there is CONFIG_ARCH_U8500 which covers both CONFIG_MACH_U8500 and CONFIG_MACH_U5500. If you want both, use CONFIG_ARCH_U8500. Better still, do this runtime with machine_is_* (don't know if it's possible in this case). Yours, Linus Walleij -- 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