Hi Paul, On Tue, Mar 31, 2015 at 1:10 AM, Paul Bolle <[email protected]> wrote: > The patch adds a mismatch between the Kconfig symbol (a bool) and the > code (which suggests that a modular build is also possible).
Nearly all of the pinctrl drivers (with the exception of qcom and intel) are like this. They use a bool Kconfig symbol but they are written so that they could be built as a module in the future. Thanks, Andrew -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

