mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
linux-odroid-c1: disable redundant ADS7846 module
The tree contains two modules for the ADS7846 touchscreen controller. One from upstream, and one from the hardkernel patches. The HK module only works when the upstream driver is not enabled, and it is disabled in their config. It should be disabled here as well.
This commit is contained in:
parent
30b6633a33
commit
9ab61ebca5
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="ODROID-C1"
|
||||
pkgver=3.10.104
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
arch=('armv7h')
|
||||
url="https://github.com/hardkernel/linux"
|
||||
license=('GPL2')
|
||||
|
@ -21,7 +21,7 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
|
|||
'amlogic.service')
|
||||
md5sums=('b45d38bcbee0274806d130dc9ec1dc2a'
|
||||
'SKIP'
|
||||
'af74c12b4fb562cf958f3810f7c0c788'
|
||||
'5c0b1147cd8d1e43a0afb4283857a602'
|
||||
'b8956789318f49cec5b8bb0b41654a9b')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -2182,7 +2182,7 @@ CONFIG_TABLET_USB_HANWANG=m
|
|||
CONFIG_TABLET_USB_KBTAB=m
|
||||
CONFIG_TABLET_USB_WACOM=m
|
||||
CONFIG_INPUT_TOUCHSCREEN=y
|
||||
CONFIG_TOUCHSCREEN_ADS7846=m
|
||||
# CONFIG_TOUCHSCREEN_ADS7846 is not set
|
||||
CONFIG_TOUCHSCREEN_AD7877=m
|
||||
CONFIG_TOUCHSCREEN_AD7879=m
|
||||
CONFIG_TOUCHSCREEN_AD7879_I2C=m
|
||||
|
|
Loading…
Reference in a new issue