Kconfig (b145c6e65eb05e123097d726aa9d4f5b8f11c401) Kconfig (c943b4948b5848fc0e07f875edbd35a973879e22)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config DRM_MSM
4 tristate "MSM DRM"
5 depends on DRM
6 depends on ARCH_QCOM || SOC_IMX5 || (ARM && COMPILE_TEST)
7 depends on OF && COMMON_CLK
8 depends on MMU

--- 44 unchanged lines hidden (view full) ---

53
54config DRM_MSM_HDMI_HDCP
55 bool "Enable HDMI HDCP support in MSM DRM driver"
56 depends on DRM_MSM && QCOM_SCM
57 default y
58 help
59 Choose this option to enable HDCP state machine
60
1# SPDX-License-Identifier: GPL-2.0-only
2
3config DRM_MSM
4 tristate "MSM DRM"
5 depends on DRM
6 depends on ARCH_QCOM || SOC_IMX5 || (ARM && COMPILE_TEST)
7 depends on OF && COMMON_CLK
8 depends on MMU

--- 44 unchanged lines hidden (view full) ---

53
54config DRM_MSM_HDMI_HDCP
55 bool "Enable HDMI HDCP support in MSM DRM driver"
56 depends on DRM_MSM && QCOM_SCM
57 default y
58 help
59 Choose this option to enable HDCP state machine
60
61config DRM_MSM_DP
62 bool "Enable DisplayPort support in MSM DRM driver"
63 depends on DRM_MSM
64 help
65 Compile in support for DP driver in MSM DRM driver. DP external
66 display support is enabled through this config option. It can
67 be primary or secondary display on device.
68
61config DRM_MSM_DSI
62 bool "Enable DSI support in MSM DRM driver"
63 depends on DRM_MSM
64 select DRM_PANEL
65 select DRM_MIPI_DSI
66 default y
67 help
68 Choose this option if you have a need for MIPI DSI connector

--- 53 unchanged lines hidden ---
69config DRM_MSM_DSI
70 bool "Enable DSI support in MSM DRM driver"
71 depends on DRM_MSM
72 select DRM_PANEL
73 select DRM_MIPI_DSI
74 default y
75 help
76 Choose this option if you have a need for MIPI DSI connector

--- 53 unchanged lines hidden ---