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:
parent
5815737888
commit
6d10eba205
4
PKGBUILD
4
PKGBUILD
|
@ -23,8 +23,8 @@ source=("https://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
|
||||
sha256sums=('a93771cd5a8ad27798f22e9240538dfea48d3a2bf2a6a6ab415de3f02d25d866'
|
||||
'SKIP'
|
||||
'b32a4fbd92cf561bca86bb65319a16be853fb8ea7bdd5f12974bd0d054d4c1f9'
|
||||
'e91660a413baa66fb3269f03ceb85bda1df493b2fec404e9bb0269ad9a2d67a8'
|
||||
'02e8b02e8cd10aa059917a489a9663e7f66bdf12c5ae8a1e0369bb2862da6b68'
|
||||
'd59014b8f887c6aa9488ef5ff9bc5d4357850a979f3ff90a2999bbe24e5c6e15'
|
||||
'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
|
||||
'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
|
||||
validpgpkeys=(
|
||||
|
|
2
config
2
config
|
@ -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
|
||||
|
|
|
@ -3757,7 +3757,7 @@ CONFIG_GPIO_SYSFS=y
|
|||
# CONFIG_GPIO_DWAPB is not set
|
||||
# CONFIG_GPIO_GENERIC_PLATFORM is not set
|
||||
CONFIG_GPIO_ICH=m
|
||||
CONFIG_GPIO_LYNXPOINT=m
|
||||
CONFIG_GPIO_LYNXPOINT=y
|
||||
# CONFIG_GPIO_VX855 is not set
|
||||
# CONFIG_GPIO_ZX is not set
|
||||
|
||||
|
|
Loading…
Reference in New Issue