From aa056245460d8fa989ff6b3b4125f5292d705e06 Mon Sep 17 00:00:00 2001 From: Thao Nguyen Date: Thu, 16 Feb 2017 09:48:27 +0700 Subject: rcar-gen3: linux-renesas: Update BSP to v3.5.2 and change coding style This commit updates version of Linux BSP v3.5.1 -> v3.5.2 to fix following issues: [v3.5.2] - Display driver [H/W Restriction No.54] + In R-Car H3 WS1.x, distortion appears on the screen, when IPMMU is enabled. But this problem is fixed with R-Car H3 WS2.0. - Video Capture driver + Fix remove procedure. - Add board Salvator-XS and H3 WS 2.0 support. It also modifies the linux-renesas_4.9.bb to change the way common files are included. There is no difference in kernel config files of Salvator-X, H3ULCB and M3ULCB so far. Hence, we only need to install one file to avoid confusion. Change-Id: I145e0a7696f97fe1841a8a213c51c5685ada0290 Signed-off-by: Thao Nguyen Signed-off-by: Takamitsu Honda --- meta-rcar-gen3/recipes-kernel/linux/linux-renesas/touch.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-rcar-gen3/recipes-kernel/linux/linux-renesas/touch.cfg (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas/touch.cfg') diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/touch.cfg b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/touch.cfg new file mode 100644 index 0000000..327c753 --- /dev/null +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/touch.cfg @@ -0,0 +1 @@ +CONFIG_HID_MULTITOUCH=y -- cgit 1.2.3-korg