mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-aarch64: enable gpio fan module
This driver is used by at least one board: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/arch/arm64/boot/dts/rockchip/rk3399-sapphire.dtsi?h=v5.1.5#n41
This commit is contained in:
parent
877e14bfa7
commit
bbf63fa207
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ _srcname=linux-5.1
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="AArch64 multi-platform"
|
||||
pkgver=5.1.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('aarch64')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -33,7 +33,7 @@ md5sums=('15fbdff95ff98483069ac6e215b9f4f9'
|
|||
'eee2e8059822d48f18086f4b36ed30bf'
|
||||
'910651d04b2f5fea9889df596b329035'
|
||||
'bd11e72a670134a38a75da3435bf8bcb'
|
||||
'b87105f46091e1976147780fc4cd43e5'
|
||||
'7867b6370a0728cdfb615ce28591be91'
|
||||
'7f1a96e24f5150f790df94398e9525a3'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
|
|
@ -4046,7 +4046,7 @@ CONFIG_SENSORS_GL518SM=m
|
|||
CONFIG_SENSORS_GL520SM=m
|
||||
CONFIG_SENSORS_G760A=m
|
||||
CONFIG_SENSORS_G762=m
|
||||
# CONFIG_SENSORS_GPIO_FAN is not set
|
||||
CONFIG_SENSORS_GPIO_FAN=m
|
||||
# CONFIG_SENSORS_HIH6130 is not set
|
||||
CONFIG_SENSORS_IBMAEM=m
|
||||
CONFIG_SENSORS_IBMPEX=m
|
||||
|
|
Loading…
Reference in a new issue