From 2362b647d370964e87d160d1b4ea8cd7e97104d7 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 23 Aug 2016 13:08:10 +0300 Subject: nitrogen: enable HID_MULTITOUCH kernel module Used with GeChic multitouch monitors Change-Id: If6652a32f0cf7cacc0e23c26cc1fdac7aa67ef54 Task-number: QTAUTO-230 Reviewed-by: Teemu Holappa --- meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend b/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend index ee4b955..fb5280c 100644 --- a/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend +++ b/meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend @@ -34,3 +34,7 @@ SRC_URI += " \ # kernel image files are not needed in the image RDEPENDS_kernel-base = "" + +do_configure_prepend() { + echo "CONFIG_HID_MULTITOUCH=m" >> ${WORKDIR}/defconfig +} -- cgit v1.2.3-54-g00ecf