]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/msm/Kconfig
Merge remote-tracking branch 'bjorn/for-srini/wcn36xx-fixes-4.4' into release/qcomlt-4.4
[karo-tx-linux.git] / drivers / gpu / drm / msm / Kconfig
1
2 config DRM_MSM
3         tristate "MSM DRM"
4         depends on DRM
5         depends on ARCH_QCOM || (ARM && COMPILE_TEST)
6         depends on OF && COMMON_CLK
7         select REGULATOR
8         select DRM_KMS_HELPER
9         select DRM_PANEL
10         select SHMEM
11         select TMPFS
12         select QCOM_SCM
13         select SND_SOC_HDMI_CODEC if SND_SOC
14         default y
15         help
16           DRM/KMS driver for MSM/snapdragon.
17
18 config DRM_MSM_REGISTER_LOGGING
19         bool "MSM DRM register logging"
20         depends on DRM_MSM
21         default n
22         help
23           Compile in support for logging register reads/writes in a format
24           that can be parsed by envytools demsm tool.  If enabled, register
25           logging can be switched on via msm.reglog=y module param.
26
27 config DRM_MSM_DSI
28         bool "Enable DSI support in MSM DRM driver"
29         depends on DRM_MSM
30         select DRM_PANEL
31         select DRM_MIPI_DSI
32         default y
33         help
34           Choose this option if you have a need for MIPI DSI connector
35           support.
36
37 config DRM_MSM_DSI_PLL
38         bool "Enable DSI PLL driver in MSM DRM"
39         depends on DRM_MSM_DSI && COMMON_CLK
40         default y
41         help
42           Choose this option to enable DSI PLL driver which provides DSI
43           source clocks under common clock framework.
44
45 config DRM_MSM_DSI_28NM_PHY
46         bool "Enable DSI 28nm PHY driver in MSM DRM"
47         depends on DRM_MSM_DSI
48         default y
49         help
50           Choose this option if the 28nm DSI PHY is used on the platform.
51
52 config DRM_MSM_DSI_20NM_PHY
53         bool "Enable DSI 20nm PHY driver in MSM DRM"
54         depends on DRM_MSM_DSI
55         default y
56         help
57           Choose this option if the 20nm DSI PHY is used on the platform.