> > >"incompatible Kconfig role setting" > > there's a patch making that a warning instead of an #error > if I'm not wrong. It's not an #error, it's a dev_err(). But more to the point, it's reporting a real error. As the comment in the code explains: /* The driver might handle more features than * the board; OK. * Fail when the board needs a feature that's * not enabled. */ Ut;s simple: OTG connectors require OTG support. Host connectors require host support. Peripheral connectors require peripheral support. Why is anyone confused?? -- 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