Kconfig 2.8 KB
Newer Older
1 2
config DRM_EXYNOS
	tristate "DRM Support for Samsung SoC EXYNOS Series"
3
	depends on OF && DRM && (ARCH_S3C64XX || ARCH_EXYNOS || ARCH_MULTIPLATFORM)
4
	select DRM_KMS_HELPER
5
	select VIDEOMODE_HELPERS
6 7 8 9
	help
	  Choose this option if you have a Samsung SoC EXYNOS chipset.
	  If M is selected the module will be called exynosdrm.

10 11
if DRM_EXYNOS

12
config DRM_EXYNOS_IOMMU
13
	bool
14
	depends on EXYNOS_IOMMU
15
	default y
16

17 18
comment "CRTCs"

19
config DRM_EXYNOS_FIMD
20
	bool "FIMD"
21
	depends on !FB_S3C
22
	select FB_MODE_HELPERS
23
	select MFD_SYSCON
24 25
	help
	  Choose this option if you want to use Exynos FIMD for DRM.
26

27
config DRM_EXYNOS5433_DECON
28
	bool "DECON on Exynos5433"
29 30 31
	help
	  Choose this option if you want to use Exynos5433 DECON for DRM.

A
Ajay Kumar 已提交
32
config DRM_EXYNOS7_DECON
33
	bool "DECON on Exynos7"
34
	depends on !FB_S3C
A
Ajay Kumar 已提交
35 36 37 38
	select FB_MODE_HELPERS
	help
	  Choose this option if you want to use Exynos DECON for DRM.

39
config DRM_EXYNOS_MIXER
40
	bool "Mixer"
41 42 43 44
	help
	  Choose this option if you want to use Exynos Mixer for DRM.

config DRM_EXYNOS_VIDI
45
	bool "Virtual Display"
46 47 48 49 50
	help
	  Choose this option if you want to use Exynos VIDI for DRM.

comment "Encoders and Bridges"

51
config DRM_EXYNOS_DPI
52
	bool "Parallel output"
53
	depends on DRM_EXYNOS_FIMD
54 55 56 57 58
	select DRM_PANEL
	default n
	help
	  This enables support for Exynos parallel output.

A
Andrzej Hajda 已提交
59
config DRM_EXYNOS_DSI
60
	bool "MIPI-DSI host"
61
	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS5433_DECON || DRM_EXYNOS7_DECON
A
Andrzej Hajda 已提交
62 63 64 65 66 67
	select DRM_MIPI_DSI
	select DRM_PANEL
	default n
	help
	  This enables support for Exynos MIPI-DSI device.

68
config DRM_EXYNOS_DP
69
	bool "EXYNOS specific extensions for Analogix DP driver"
70
	depends on DRM_EXYNOS_FIMD || DRM_EXYNOS7_DECON
71
	select DRM_ANALOGIX_DP
72
	default DRM_EXYNOS
73
	select DRM_PANEL
74 75 76
	help
	  This enables support for DP device.

77
config DRM_EXYNOS_HDMI
78
	bool "HDMI"
79
	depends on DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON
80 81
	help
	  Choose this option if you want to use Exynos HDMI for DRM.
82

83
config DRM_EXYNOS_MIC
84
	bool "Mobile Image Compressor"
85
	depends on DRM_EXYNOS5433_DECON
86
	help
87 88 89
	  Choose this option if you want to use Exynos MIC for DRM.

comment "Sub-drivers"
J
Joonyoung Shim 已提交
90 91

config DRM_EXYNOS_G2D
92
	bool "G2D"
93
	depends on VIDEO_SAMSUNG_S5P_G2D=n
94
	select FRAME_VECTOR
J
Joonyoung Shim 已提交
95 96
	help
	  Choose this option if you want to use Exynos G2D for DRM.
E
Eunchul Kim 已提交
97 98

config DRM_EXYNOS_IPP
99
	bool "Image Post Processor"
E
Eunchul Kim 已提交
100 101
	help
	  Choose this option if you want to use IPP feature for DRM.
E
Eunchul Kim 已提交
102 103

config DRM_EXYNOS_FIMC
104
	bool "FIMC"
105
	depends on DRM_EXYNOS_IPP && MFD_SYSCON
E
Eunchul Kim 已提交
106 107
	help
	  Choose this option if you want to use Exynos FIMC for DRM.
E
Eunchul Kim 已提交
108 109

config DRM_EXYNOS_ROTATOR
110
	bool "Rotator"
E
Eunchul Kim 已提交
111 112 113 114
	depends on DRM_EXYNOS_IPP
	help
	  Choose this option if you want to use Exynos Rotator for DRM.

E
Eunchul Kim 已提交
115
config DRM_EXYNOS_GSC
116
	bool "GScaler"
117
	depends on DRM_EXYNOS_IPP && ARCH_EXYNOS5 && !VIDEO_SAMSUNG_EXYNOS_GSC
E
Eunchul Kim 已提交
118 119
	help
	  Choose this option if you want to use Exynos GSC for DRM.
H
Hyungwon Hwang 已提交
120

121
endif