Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_DRM_EXYNOS
	tristate "DRM Support for Samsung SoC EXYNOS Series"
	depends on CONFIG_OF && CONFIG_DRM && (CONFIG_ARCH_S3C64XX || CONFIG_ARCH_S5PV210 || CONFIG_ARCH_EXYNOS || CONFIG_ARCH_MULTIPLATFORM || CONFIG_COMPILE_TEST)
	depends on CONFIG_MMU
	select CONFIG_DRM_KMS_HELPER
	select CONFIG_VIDEOMODE_HELPERS
	select CONFIG_SND_SOC_HDMI_CODEC if CONFIG_SND_SOC
	help
	  Choose this option if you have a Samsung SoC EXYNOS chipset.
	  If CONFIG_M is selected the module will be called exynosdrm.

if CONFIG_DRM_EXYNOS

comment "CRTCs"

config CONFIG_DRM_EXYNOS_FIMD
	bool "FIMD"
	depends on !CONFIG_FB_S3C
	select CONFIG_MFD_SYSCON
	help
	  Choose this option if you want to use Exynos FIMD for CONFIG_DRM.

config CONFIG_DRM_EXYNOS5433_DECON
	bool "DECON on Exynos5433"
	help
	  Choose this option if you want to use Exynos5433 DECON for CONFIG_DRM.

config CONFIG_DRM_EXYNOS7_DECON
	bool "DECON on Exynos7"
	depends on !CONFIG_FB_S3C
	help
	  Choose this option if you want to use Exynos DECON for CONFIG_DRM.

config CONFIG_DRM_EXYNOS_MIXER
	bool "Mixer"
	help
	  Choose this option if you want to use Exynos Mixer for CONFIG_DRM.

config CONFIG_DRM_EXYNOS_VIDI
	bool "Virtual Display"
	help
	  Choose this option if you want to use Exynos VIDI for CONFIG_DRM.

comment "Encoders and Bridges"

config CONFIG_DRM_EXYNOS_DPI
	bool "Parallel output"
	depends on CONFIG_DRM_EXYNOS_FIMD
	select CONFIG_DRM_PANEL
	default n
	help
	  This enables support for Exynos parallel output.

config CONFIG_DRM_EXYNOS_DSI
	bool "MIPI-DSI host"
	depends on CONFIG_DRM_EXYNOS_FIMD || CONFIG_DRM_EXYNOS5433_DECON || CONFIG_DRM_EXYNOS7_DECON
	select CONFIG_DRM_MIPI_DSI
	select CONFIG_DRM_PANEL
	default n
	help
	  This enables support for Exynos MIPI-DSI device.

config CONFIG_DRM_EXYNOS_DP
	bool "EXYNOS specific extensions for Analogix DP driver"
	depends on CONFIG_DRM_EXYNOS_FIMD || CONFIG_DRM_EXYNOS7_DECON
	select CONFIG_DRM_ANALOGIX_DP
	default CONFIG_DRM_EXYNOS
	select CONFIG_DRM_PANEL
	help
	  This enables support for DP device.

config CONFIG_DRM_EXYNOS_HDMI
	bool "HDMI"
	depends on CONFIG_DRM_EXYNOS_MIXER || CONFIG_DRM_EXYNOS5433_DECON
	select CONFIG_CEC_CORE if CONFIG_CEC_NOTIFIER
	help
	  Choose this option if you want to use Exynos CONFIG_HDMI for CONFIG_DRM.

config CONFIG_DRM_EXYNOS_MIC
	bool "Mobile Image Compressor"
	depends on CONFIG_DRM_EXYNOS5433_DECON
	help
	  Choose this option if you want to use Exynos MIC for CONFIG_DRM.

comment "Sub-drivers"

config CONFIG_DRM_EXYNOS_G2D
	bool "G2D"
	depends on CONFIG_VIDEO_SAMSUNG_S5P_G2D=n || CONFIG_COMPILE_TEST
	select CONFIG_FRAME_VECTOR
	help
	  Choose this option if you want to use Exynos G2D for CONFIG_DRM.

config CONFIG_DRM_EXYNOS_IPP
	bool

config CONFIG_DRM_EXYNOS_FIMC
	bool "FIMC"
	select CONFIG_DRM_EXYNOS_IPP
	help
	  Choose this option if you want to use Exynos FIMC for CONFIG_DRM.

config CONFIG_DRM_EXYNOS_ROTATOR
	bool "Rotator"
	select CONFIG_DRM_EXYNOS_IPP
	help
	  Choose this option if you want to use Exynos Rotator for CONFIG_DRM.

config CONFIG_DRM_EXYNOS_SCALER
	bool "Scaler"
	select CONFIG_DRM_EXYNOS_IPP
	help
	  Choose this option if you want to use Exynos Scaler for CONFIG_DRM.

config CONFIG_DRM_EXYNOS_GSC
	bool "GScaler"
	depends on CONFIG_VIDEO_SAMSUNG_EXYNOS_GSC=n || CONFIG_COMPILE_TEST
	select CONFIG_DRM_EXYNOS_IPP
	help
	  Choose this option if you want to use Exynos CONFIG_GSC for CONFIG_DRM.

endif