On Thu, Feb 11, 2016 at 12:05:51PM +0100, Jean Delvare wrote: > The pinctrl-baytrail driver builds just fine as a module so give > users this option. IIRC the reason why this is built-in is that there are all kind of ACPI GPIO magic happening behind the scenes on Baytrail-T based machines (such as Asus T100) and it does not work without the GPIO driver. Some of the stuff is done pretty early too. I'm adding Mathias the original author of the driver if he remembers the details better. > Signed-off-by: Jean Delvare <jdelvare@xxxxxxx> > Cc: Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> > Cc: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx> > Cc: Linus Walleij <linus.walleij@xxxxxxxxxx> > --- > drivers/pinctrl/intel/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > --- linux-4.5-rc3.orig/drivers/pinctrl/intel/Kconfig 2016-01-11 00:01:32.000000000 +0100 > +++ linux-4.5-rc3/drivers/pinctrl/intel/Kconfig 2016-02-11 10:55:54.817711599 +0100 > @@ -3,7 +3,7 @@ > # > > config PINCTRL_BAYTRAIL > - bool "Intel Baytrail GPIO pin control" > + tristate "Intel Baytrail GPIO pin control" > depends on GPIOLIB && ACPI > select GPIOLIB_IRQCHIP > help > > > -- > Jean Delvare > SUSE L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html