diff options
author | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2018-01-18 15:36:40 +0300 |
---|---|---|
committer | Vladimir Barinov <vladimir.barinov@cogentembedded.com> | 2018-01-18 15:36:40 +0300 |
commit | 221ff6fe8c8c32380e86acf776a90b945e135bfe (patch) | |
tree | 5aed83d7fa9a59569bf08abe9f17dc7c2db0c7c5 /meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas | |
parent | 489ef44e0aa98b9bf1094ad7dc2612f1021a31a2 (diff) |
V3M Eagle: add INPUT_UINPUT
This is necessary to have uinput since there is no other ability to have
input device (no USB)
Diffstat (limited to 'meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas')
-rw-r--r-- | meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/eagle.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/eagle.cfg b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/eagle.cfg index 9796ba5..5b728fd 100644 --- a/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/eagle.cfg +++ b/meta-rcar-gen3-adas/recipes-kernel/linux/linux-renesas/eagle.cfg @@ -23,6 +23,7 @@ CONFIG_SOC_CAMERA_MAX9286_MAX9271=y CONFIG_SOC_CAMERA_OV106XX=y CONFIG_VIDEO_RENESAS_IMR=y CONFIG_INPUT_TOUCHSCREEN=y +CONFIG_INPUT_UINPUT=y CONFIG_TOUCHSCREEN_PROPERTIES=y CONFIG_HID_MULTITOUCH=y CONFIG_SERIAL_SH_SCI_DMA=y |