Compile-in Lynxpoint gpio driver

The driver does not work well if compiled as a module.
It can randomly crash on insertion/removal.
gpio maintainer suggests to turn the driver into bool [1]

[1] http://permalink.gmane.org/gmane.linux.kernel.gpio/16637
This commit is contained in:
Anatol Pomozov
2016-05-16 20:59:48 +00:00
parent 5815737888
commit 6d10eba205
3 changed files with 4 additions and 4 deletions

2
config
View File

@@ -3859,7 +3859,7 @@ CONFIG_GPIO_SYSFS=y
# CONFIG_GPIO_GENERIC_PLATFORM is not set
# CONFIG_GPIO_GRGPIO is not set
CONFIG_GPIO_ICH=m
CONFIG_GPIO_LYNXPOINT=m
CONFIG_GPIO_LYNXPOINT=y
# CONFIG_GPIO_SYSCON is not set
# CONFIG_GPIO_VX855 is not set
# CONFIG_GPIO_XILINX is not set