Change CONFIG_GPIO_LYNXPOINT from bool to tristate so that the gpio-lynxpoint driver can be built as a module.
Signed-off-by: Jean Delvare <[email protected]> Cc: Mathias Nyman <[email protected]> Cc: Linus Walleij <[email protected]> --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-3.13-rc1.orig/drivers/gpio/Kconfig 2013-11-26 15:44:46.824657767 +0100 +++ linux-3.13-rc1/drivers/gpio/Kconfig 2013-11-27 14:27:34.911295631 +0100 @@ -353,7 +353,7 @@ config GPIO_GE_FPGA board computers. config GPIO_LYNXPOINT - bool "Intel Lynxpoint GPIO support" + tristate "Intel Lynxpoint GPIO support" depends on ACPI && X86 select IRQ_DOMAIN help -- Jean Delvare Suse L3 Support -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
