On Sun, Jun 5, 2016 at 8:23 PM, Paul Gortmaker <[email protected]> wrote:
> The Kconfig currently controlling compilation of this code is: > > config GPIO_LPC18XX > bool "NXP LPC18XX/43XX GPIO support" > > ...meaning that it currently is not being built as a module by anyone. > > When targeting orphaned modular code in non-modular drivers, this > came up. Joachim indicated that the driver was actually meant to > be tristate but ended up bool by accident. So here we make it > tristate instead of removing the modular code that was essentially > orphaned. > > Cc: Joachim Eastwood <[email protected]> > Acked-by: Joachim Eastwood <[email protected]> > Cc: Linus Walleij <[email protected]> > Cc: Alexandre Courbot <[email protected]> > Cc: [email protected] > Signed-off-by: Paul Gortmaker <[email protected]> Patch applied. Yours, Linus Walleij

