summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/Kconfig
diff options
context:
space:
mode:
authorLaurent Pinchart2018-01-12 04:15:57 +0100
committerLaurent Pinchart2018-02-14 17:16:48 +0100
commit9ff3e797e4d6faf4cbe94f10572cfc8b3ea30109 (patch)
treee613b82a9e09d983bcfec3a7deb3ce730d25519b /drivers/gpu/drm/rcar-du/Kconfig
parentdrm: rcar-du: Calculate DPLLCR to be more small jitter (diff)
downloadkernel-qcow2-linux-9ff3e797e4d6faf4cbe94f10572cfc8b3ea30109.tar.gz
kernel-qcow2-linux-9ff3e797e4d6faf4cbe94f10572cfc8b3ea30109.tar.xz
kernel-qcow2-linux-9ff3e797e4d6faf4cbe94f10572cfc8b3ea30109.zip
drm: rcar-du: Enable VSP compositor by default on Gen3
On Gen3 hardware the VSP compositor is required for display. Enable it by default in the kernel configuration. The option is kept user-configurable for testing purpose on Gen2 platforms. Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Reviewed-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>
Diffstat (limited to 'drivers/gpu/drm/rcar-du/Kconfig')
-rw-r--r--drivers/gpu/drm/rcar-du/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig
index 8a50dab19e5c..5d0b4b7119af 100644
--- a/drivers/gpu/drm/rcar-du/Kconfig
+++ b/drivers/gpu/drm/rcar-du/Kconfig
@@ -26,7 +26,8 @@ config DRM_RCAR_LVDS
Enable support for the R-Car Display Unit embedded LVDS encoders.
config DRM_RCAR_VSP
- bool "R-Car DU VSP Compositor Support"
+ bool "R-Car DU VSP Compositor Support" if ARM
+ default y if ARM64
depends on DRM_RCAR_DU
depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
help