5 depends on ARCH_QCOM || (ARM && COMPILE_TEST)
6 depends on OF && COMMON_CLK
8 select QCOM_MDT_LOADER if ARCH_QCOM
15 select SND_SOC_HDMI_CODEC if SND_SOC
20 DRM/KMS driver for MSM/snapdragon.
22 config DRM_MSM_REGISTER_LOGGING
23 bool "MSM DRM register logging"
27 Compile in support for logging register reads/writes in a format
28 that can be parsed by envytools demsm tool. If enabled, register
29 logging can be switched on via msm.reglog=y module param.
31 config DRM_MSM_HDMI_HDCP
32 bool "Enable HDMI HDCP support in MSM DRM driver"
33 depends on DRM_MSM && QCOM_SCM
36 Choose this option to enable HDCP state machine
39 bool "Enable DSI support in MSM DRM driver"
45 Choose this option if you have a need for MIPI DSI connector
48 config DRM_MSM_DSI_PLL
49 bool "Enable DSI PLL driver in MSM DRM"
50 depends on DRM_MSM_DSI && COMMON_CLK
53 Choose this option to enable DSI PLL driver which provides DSI
54 source clocks under common clock framework.
56 config DRM_MSM_DSI_28NM_PHY
57 bool "Enable DSI 28nm PHY driver in MSM DRM"
58 depends on DRM_MSM_DSI
61 Choose this option if the 28nm DSI PHY is used on the platform.
63 config DRM_MSM_DSI_20NM_PHY
64 bool "Enable DSI 20nm PHY driver in MSM DRM"
65 depends on DRM_MSM_DSI
68 Choose this option if the 20nm DSI PHY is used on the platform.
70 config DRM_MSM_DSI_28NM_8960_PHY
71 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM"
72 depends on DRM_MSM_DSI
75 Choose this option if the 28nm DSI PHY 8960 variant is used on the
78 config DRM_MSM_DSI_14NM_PHY
79 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)"
80 depends on DRM_MSM_DSI
83 Choose this option if DSI PHY on 8996 is used on the platform.