Kconfig 2.9 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 && ARM_DMA_USE_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 45
	depends on !VIDEO_SAMSUNG_S5P_TV
	help
	  Choose this option if you want to use Exynos Mixer for DRM.

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

comment "Encoders and Bridges"

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

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

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

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

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

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

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

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

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

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

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

122
endif