diff options
author | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-23 13:08:10 +0300 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@qt.io> | 2016-08-25 13:25:04 +0000 |
commit | 2362b647d370964e87d160d1b4ea8cd7e97104d7 (patch) | |
tree | 3e127393a3c3d9ec571076a0102668cf08ddfc05 | |
parent | 9030e6dea65fe12b210581ea512c76af34ee148d (diff) | |
download | meta-boot2qt-2362b647d370964e87d160d1b4ea8cd7e97104d7.tar.gz |
nitrogen: enable HID_MULTITOUCH kernel module
Used with GeChic multitouch monitors
Change-Id: If6652a32f0cf7cacc0e23c26cc1fdac7aa67ef54
Task-number: QTAUTO-230
Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r-- | meta-fsl-extras/recipes/linux/linux-boundary_3.14.%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
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 += " \ | |||
34 | 34 | ||
35 | # kernel image files are not needed in the image | 35 | # kernel image files are not needed in the image |
36 | RDEPENDS_kernel-base = "" | 36 | RDEPENDS_kernel-base = "" |
37 | |||
38 | do_configure_prepend() { | ||
39 | echo "CONFIG_HID_MULTITOUCH=m" >> ${WORKDIR}/defconfig | ||
40 | } | ||