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

11 12
if DRM_EXYNOS

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

18 19
comment "CRTCs"

20
config DRM_EXYNOS_FIMD
21
	bool "FIMD"
22
	depends on !FB_S3C
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
	help
	  Choose this option if you want to use Exynos DECON for DRM.

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

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

comment "Encoders and Bridges"

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

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

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

76
config DRM_EXYNOS_HDMI
77
	bool "HDMI"
78
	depends on DRM_EXYNOS_MIXER || DRM_EXYNOS5433_DECON
79
	select CEC_CORE if CEC_NOTIFIER
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 99 100
config DRM_EXYNOS_IPP
	bool

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

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

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

119
endif