Rob Clark | c8afe68 | 2013-06-26 12:44:06 -0400 | [diff] [blame] | 1 | |
| 2 | config DRM_MSM |
| 3 | tristate "MSM DRM" |
| 4 | depends on DRM |
Rob Clark | fb27b8f | 2014-05-30 15:37:54 -0400 | [diff] [blame] | 5 | depends on ARCH_QCOM || (ARM && COMPILE_TEST) |
Arnd Bergmann | 4003990 | 2015-01-28 14:48:09 +0100 | [diff] [blame] | 6 | depends on OF && COMMON_CLK |
Rob Clark | b7bbd64 | 2014-10-31 12:19:40 -0400 | [diff] [blame] | 7 | select REGULATOR |
Rob Clark | c8afe68 | 2013-06-26 12:44:06 -0400 | [diff] [blame] | 8 | select DRM_KMS_HELPER |
Rob Clark | 3e87599 | 2014-08-01 13:08:11 -0400 | [diff] [blame] | 9 | select DRM_PANEL |
Rob Clark | c8afe68 | 2013-06-26 12:44:06 -0400 | [diff] [blame] | 10 | select SHMEM |
| 11 | select TMPFS |
jilai wang | c6a57a5 | 2015-04-02 17:49:01 -0400 | [diff] [blame] | 12 | select QCOM_SCM |
Rob Clark | c8afe68 | 2013-06-26 12:44:06 -0400 | [diff] [blame] | 13 | default y |
| 14 | help |
| 15 | DRM/KMS driver for MSM/snapdragon. |
| 16 | |
Rob Clark | c8afe68 | 2013-06-26 12:44:06 -0400 | [diff] [blame] | 17 | config DRM_MSM_REGISTER_LOGGING |
| 18 | bool "MSM DRM register logging" |
| 19 | depends on DRM_MSM |
| 20 | default n |
| 21 | help |
| 22 | Compile in support for logging register reads/writes in a format |
| 23 | that can be parsed by envytools demsm tool. If enabled, register |
| 24 | logging can be switched on via msm.reglog=y module param. |
Hai Li | a689554 | 2015-03-31 14:36:33 -0400 | [diff] [blame] | 25 | |
Rob Clark | feb46f0 | 2016-03-20 10:16:29 -0400 | [diff] [blame] | 26 | config DRM_MSM_HDMI_HDCP |
| 27 | bool "Enable HDMI HDCP support in MSM DRM driver" |
| 28 | depends on DRM_MSM && QCOM_SCM |
| 29 | default y |
| 30 | help |
| 31 | Choose this option to enable HDCP state machine |
| 32 | |
Hai Li | a689554 | 2015-03-31 14:36:33 -0400 | [diff] [blame] | 33 | config DRM_MSM_DSI |
| 34 | bool "Enable DSI support in MSM DRM driver" |
| 35 | depends on DRM_MSM |
| 36 | select DRM_PANEL |
| 37 | select DRM_MIPI_DSI |
| 38 | default y |
| 39 | help |
| 40 | Choose this option if you have a need for MIPI DSI connector |
| 41 | support. |
| 42 | |
Hai Li | 825637b | 2015-05-15 13:04:04 -0400 | [diff] [blame] | 43 | config DRM_MSM_DSI_PLL |
| 44 | bool "Enable DSI PLL driver in MSM DRM" |
| 45 | depends on DRM_MSM_DSI && COMMON_CLK |
| 46 | default y |
| 47 | help |
| 48 | Choose this option to enable DSI PLL driver which provides DSI |
| 49 | source clocks under common clock framework. |
Hai Li | 1bf4d7c | 2015-08-13 17:45:53 -0400 | [diff] [blame] | 50 | |
| 51 | config DRM_MSM_DSI_28NM_PHY |
| 52 | bool "Enable DSI 28nm PHY driver in MSM DRM" |
| 53 | depends on DRM_MSM_DSI |
| 54 | default y |
| 55 | help |
| 56 | Choose this option if the 28nm DSI PHY is used on the platform. |
| 57 | |
| 58 | config DRM_MSM_DSI_20NM_PHY |
| 59 | bool "Enable DSI 20nm PHY driver in MSM DRM" |
| 60 | depends on DRM_MSM_DSI |
| 61 | default y |
| 62 | help |
| 63 | Choose this option if the 20nm DSI PHY is used on the platform. |
Archit Taneja | 225380b | 2015-10-14 12:00:34 +0530 | [diff] [blame] | 64 | |
| 65 | config DRM_MSM_DSI_28NM_8960_PHY |
| 66 | bool "Enable DSI 28nm 8960 PHY driver in MSM DRM" |
| 67 | depends on DRM_MSM_DSI |
| 68 | default y |
| 69 | help |
| 70 | Choose this option if the 28nm DSI PHY 8960 variant is used on the |
| 71 | platform. |