diff options
author | Yannick GICQUEL <yannick.gicquel@iot.bzh> | 2015-10-21 10:28:18 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2015-10-21 10:31:33 +0000 |
commit | 8901cab884f9e4431781ca42291579cffc092b47 (patch) | |
tree | 5796381978cbbd13c2560ded35b058c931f2ae8b /meta-rcar-gen2/recipes-kernel | |
parent | 4f7cf459dd3cdec72869cd40f4a1f6b02ba4faaf (diff) |
r-car m2: support recent USB touchscreens
We need HID_MULTITOUCH for modern external USB touchscreens
on Silk/Koelsch/Porter boards.
Change-Id: Ie0aea64ca7d0dd79a25da17b861502c1b70235df
Author: Yannick GICQUEL <yannick.gicquel@iot.bzh>
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-rcar-gen2/recipes-kernel')
-rw-r--r-- | meta-rcar-gen2/recipes-kernel/linux/linux.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-rcar-gen2/recipes-kernel/linux/linux.inc b/meta-rcar-gen2/recipes-kernel/linux/linux.inc index 886c2a9..5a784c5 100644 --- a/meta-rcar-gen2/recipes-kernel/linux/linux.inc +++ b/meta-rcar-gen2/recipes-kernel/linux/linux.inc @@ -112,6 +112,9 @@ do_configure_prepend() { # needed for ttySC6 login on koelsch with systemd kernel_configure_variable FHANDLE y + # needed for USB touchscreens + kernel_configure_variable HID_MULTITOUCH y + # additional configs needed for Genivi compliance kernel_configure_variable EXPERIMENTAL y kernel_configure_variable ECRYPT_FS y |