]> git.ipfire.org Git - thirdparty/kernel/stable.git/blame - drivers/gpu/drm/rcar-du/Kconfig
Merge branch 'drm-next-5.1' of git://people.freedesktop.org/~agd5f/linux into drm...
[thirdparty/kernel/stable.git] / drivers / gpu / drm / rcar-du / Kconfig
CommitLineData
0bbce9eb 1# SPDX-License-Identifier: GPL-2.0
4bf8e196
LP
2config DRM_RCAR_DU
3 tristate "DRM Support for R-Car Display Unit"
7372e894
KM
4 depends on DRM && OF
5 depends on ARM || ARM64
a033e6b6 6 depends on ARCH_RENESAS || COMPILE_TEST
02f2b300 7 imply DRM_RCAR_LVDS
4bf8e196
LP
8 select DRM_KMS_HELPER
9 select DRM_KMS_CMA_HELPER
10 select DRM_GEM_CMA_HELPER
1d46fea7 11 select VIDEOMODE_HELPERS
4bf8e196
LP
12 help
13 Choose this option if you have an R-Car chipset.
14 If M is selected the module will be called rcar-du-drm.
90374b5c 15
40d0fa70
KM
16config DRM_RCAR_DW_HDMI
17 tristate "R-Car DU Gen3 HDMI Encoder Support"
18 depends on DRM && OF
19 select DRM_DW_HDMI
20 help
21 Enable support for R-Car Gen3 internal HDMI encoder.
22
90374b5c 23config DRM_RCAR_LVDS
c6a27fa4
LP
24 tristate "R-Car DU LVDS Encoder Support"
25 depends on DRM && DRM_BRIDGE && OF
bf7149f3 26 select DRM_PANEL
81c0e3dd
LP
27 select OF_FLATTREE
28 select OF_OVERLAY
90374b5c 29 help
6bc2e15c 30 Enable support for the R-Car Display Unit embedded LVDS encoders.
6d62ef3a
LP
31
32config DRM_RCAR_VSP
9ff3e797
LP
33 bool "R-Car DU VSP Compositor Support" if ARM
34 default y if ARM64
6d62ef3a 35 depends on DRM_RCAR_DU
4f5504cf 36 depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
6d62ef3a
LP
37 help
38 Enable support to expose the R-Car VSP Compositor as KMS planes.