5 depends on ARCH_QCOM || (ARM && COMPILE_TEST)
6 depends on OF && COMMON_CLK
8 select QCOM_MDT_LOADER if ARCH_QCOM
15 select WANT_DEV_COREDUMP
16 select SND_SOC_HDMI_CODEC if SND_SOC
21 DRM/KMS driver for MSM/snapdragon.
23 config DRM_MSM_REGISTER_LOGGING
24 bool "MSM DRM register logging"
28 Compile in support for logging register reads/writes in a format
29 that can be parsed by envytools demsm tool. If enabled, register
30 logging can be switched on via msm.reglog=y module param.
32 config DRM_MSM_GPU_SUDO
33 bool "Enable SUDO flag on submits"
34 depends on DRM_MSM && EXPERT
37 Enable userspace that has CAP_SYS_RAWIO to submit GPU commands
38 that are run from RB instead of IB1. This essentially gives
39 userspace kernel level access, but is useful for firmware
42 Only use this if you are a driver developer. This should *not*
43 be enabled for production kernels. If unsure, say N.
45 config DRM_MSM_HDMI_HDCP
46 bool "Enable HDMI HDCP support in MSM DRM driver"
47 depends on DRM_MSM && QCOM_SCM
50 Choose this option to enable HDCP state machine
53 bool "Enable DSI support in MSM DRM driver"
59 Choose this option if you have a need for MIPI DSI connector
62 config DRM_MSM_DSI_PLL
63 bool "Enable DSI PLL driver in MSM DRM"
64 depends on DRM_MSM_DSI && COMMON_CLK
67 Choose this option to enable DSI PLL driver which provides DSI
68 source clocks under common clock framework.
70 config DRM_MSM_DSI_28NM_PHY
71 bool "Enable DSI 28nm PHY driver in MSM DRM"
72 depends on DRM_MSM_DSI
75 Choose this option if the 28nm DSI PHY is used on the platform.
77 config DRM_MSM_DSI_20NM_PHY
78 bool "Enable DSI 20nm PHY driver in MSM DRM"
79 depends on DRM_MSM_DSI
82 Choose this option if the 20nm DSI PHY is used on the platform.
84 config DRM_MSM_DSI_28NM_8960_PHY
85 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM"
86 depends on DRM_MSM_DSI
89 Choose this option if the 28nm DSI PHY 8960 variant is used on the
92 config DRM_MSM_DSI_14NM_PHY
93 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)"
94 depends on DRM_MSM_DSI
97 Choose this option if DSI PHY on 8996 is used on the platform.
99 config DRM_MSM_DSI_10NM_PHY
100 bool "Enable DSI 10nm PHY driver in MSM DRM (used by SDM845)"
101 depends on DRM_MSM_DSI
104 Choose this option if DSI PHY on SDM845 is used on the platform.