linux-postmarketos-rockchip: enable elan i2c touchpad (MR 4216)
This should fix touchpad on google-bob
This commit is contained in:
parent
0bcef33a6d
commit
b8e23f13fd
2 changed files with 6 additions and 4 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
pkgname=linux-postmarketos-rockchip
|
pkgname=linux-postmarketos-rockchip
|
||||||
pkgver=6.2
|
pkgver=6.2
|
||||||
pkgrel=5
|
pkgrel=6
|
||||||
pkgdesc="Mainline kernel for rockchip devices"
|
pkgdesc="Mainline kernel for rockchip devices"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
_carch="arm64"
|
_carch="arm64"
|
||||||
|
@ -82,5 +82,5 @@ package() {
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd linux-6.2.tar.xz
|
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd linux-6.2.tar.xz
|
||||||
d3cd6a6055007edd979b5706c7de0905d4b3eebce3f34cc8b001285766e893ffaa12ef3c65f63a20f1e62bd6f9914246a3f8a77dfe2930662374608d42c7a814 config-postmarketos-rockchip.aarch64
|
5664d58a90e09a776a2cc318c41041b3bc58532638b997835e64c8688fee73717b6b4da38bbb5080562dfb6e2f0d43e09c7d8d8620db8c7110c02cdfc70585c7 config-postmarketos-rockchip.aarch64
|
||||||
"
|
"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm64 6.2.0 Kernel Configuration
|
# Linux/arm64 6.2.0 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 13.1.1_git20230513) 13.1.1 20230513"
|
CONFIG_CC_VERSION_TEXT="aarch64-alpine-linux-musl-gcc (Alpine 13.1.1_git20230624) 13.1.1 20230624"
|
||||||
CONFIG_CC_IS_GCC=y
|
CONFIG_CC_IS_GCC=y
|
||||||
CONFIG_GCC_VERSION=130101
|
CONFIG_GCC_VERSION=130101
|
||||||
CONFIG_CLANG_VERSION=0
|
CONFIG_CLANG_VERSION=0
|
||||||
|
@ -3011,7 +3011,9 @@ CONFIG_MOUSE_PS2_SMBUS=y
|
||||||
# CONFIG_MOUSE_APPLETOUCH is not set
|
# CONFIG_MOUSE_APPLETOUCH is not set
|
||||||
# CONFIG_MOUSE_BCM5974 is not set
|
# CONFIG_MOUSE_BCM5974 is not set
|
||||||
# CONFIG_MOUSE_CYAPA is not set
|
# CONFIG_MOUSE_CYAPA is not set
|
||||||
# CONFIG_MOUSE_ELAN_I2C is not set
|
CONFIG_MOUSE_ELAN_I2C=m
|
||||||
|
CONFIG_MOUSE_ELAN_I2C_I2C=y
|
||||||
|
# CONFIG_MOUSE_ELAN_I2C_SMBUS is not set
|
||||||
# CONFIG_MOUSE_VSXXXAA is not set
|
# CONFIG_MOUSE_VSXXXAA is not set
|
||||||
# CONFIG_MOUSE_GPIO is not set
|
# CONFIG_MOUSE_GPIO is not set
|
||||||
CONFIG_MOUSE_SYNAPTICS_I2C=m
|
CONFIG_MOUSE_SYNAPTICS_I2C=m
|
||||||
|
|
Loading…
Reference in a new issue