Kconfig 928 字节
Newer Older
1 2
config DRM_RCAR_DU
	tristate "DRM Support for R-Car Display Unit"
3 4
	depends on DRM && OF
	depends on ARM || ARM64
S
Simon Horman 已提交
5
	depends on ARCH_RENESAS || COMPILE_TEST
6 7 8
	select DRM_KMS_HELPER
	select DRM_KMS_CMA_HELPER
	select DRM_GEM_CMA_HELPER
9
	select DRM_KMS_FB_HELPER
10
	select VIDEOMODE_HELPERS
11 12 13
	help
	  Choose this option if you have an R-Car chipset.
	  If M is selected the module will be called rcar-du-drm.
14

15 16 17 18 19 20
config DRM_RCAR_HDMI
	bool "R-Car DU HDMI Encoder Support"
	depends on DRM_RCAR_DU
	help
	  Enable support for external HDMI encoders.

21 22 23 24
config DRM_RCAR_LVDS
	bool "R-Car DU LVDS Encoder Support"
	depends on DRM_RCAR_DU
	help
25
	  Enable support for the R-Car Display Unit embedded LVDS encoders.
26 27 28 29

config DRM_RCAR_VSP
	bool "R-Car DU VSP Compositor Support"
	depends on DRM_RCAR_DU
30
	depends on VIDEO_RENESAS_VSP1=y || (VIDEO_RENESAS_VSP1 && DRM_RCAR_DU=m)
31 32
	help
	  Enable support to expose the R-Car VSP Compositor as KMS planes.