Skip to content
Snippets Groups Projects
Commit 2362b647 authored by Samuli Piippo's avatar Samuli Piippo
Browse files

nitrogen: enable HID_MULTITOUCH kernel module


Used with GeChic multitouch monitors

Change-Id: If6652a32f0cf7cacc0e23c26cc1fdac7aa67ef54
Task-number: QTAUTO-230
Reviewed-by: default avatarTeemu Holappa <teemu.holappa@theqtcompany.com>
parent 9030e6de
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment