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 MFD_SYSCON
23 24
	help
	  Choose this option if you want to use Exynos FIMD for DRM.
25

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

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

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

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

comment "Encoders and Bridges"

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

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

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

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

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

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

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

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

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

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

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

120
endif