core/linux-odroid-c1: disable redundant ADS7846 module (#1413)

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:
Kevin Mihelich 2016-11-14 17:55:48 -07:00 committed by GitHub
commit 55ac57a516
2 changed files with 3 additions and 3 deletions

View file

@ -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() {

View file

@ -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