From b4a26785e4b75eb1747cbc149b9ee6f7665df4c0 Mon Sep 17 00:00:00 2001 From: Stephane Desneux Date: Wed, 11 Apr 2018 13:07:21 +0200 Subject: [COMMUNITY] add kernel support for GMSL Camera board This adds support in the kernel for the GMSL Camera board available for Kingfisher: http://www.shimafuji.co.jp/DL/EN/InfotainmentCarrierBoard/#GMSL02 Instructions on how to use the board are also available: https://elinux.org/R-Car/Tests:rcar-vin#Multi-channel_CSI-2_tests Change-Id: Ib9da998be2018467284d54b977aff38158dba472 Signed-off-by: Stephane Desneux Signed-off-by: Ronan Le Martret --- meta-rcar-gen3/recipes-kernel/linux/linux-renesas/video-capture.cfg | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-rcar-gen3/recipes-kernel/linux/linux-renesas/video-capture.cfg (limited to 'meta-rcar-gen3/recipes-kernel/linux/linux-renesas') diff --git a/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/video-capture.cfg b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/video-capture.cfg new file mode 100644 index 0000000..ea708d6 --- /dev/null +++ b/meta-rcar-gen3/recipes-kernel/linux/linux-renesas/video-capture.cfg @@ -0,0 +1,4 @@ +CONFIG_VIDEO_MAX9286=y +CONFIG_VIDEO_RDACM20=y +CONFIG_VIDEO_RCAR_CSI2=y +CONFIG_VIDEO_RCAR_VIN=y -- cgit 1.2.3-korg