Kconfig (e2b06d71bd3f50ac7098b3f2492ea95470b713db) Kconfig (f079f6d999cbf857f899732de680f2b62f245b8c)
1
2config 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 depends on MMU
8 select REGULATOR

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

67
68config DRM_MSM_DSI_28NM_8960_PHY
69 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM"
70 depends on DRM_MSM_DSI
71 default y
72 help
73 Choose this option if the 28nm DSI PHY 8960 variant is used on the
74 platform.
1
2config 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 depends on MMU
8 select REGULATOR

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

67
68config DRM_MSM_DSI_28NM_8960_PHY
69 bool "Enable DSI 28nm 8960 PHY driver in MSM DRM"
70 depends on DRM_MSM_DSI
71 default y
72 help
73 Choose this option if the 28nm DSI PHY 8960 variant is used on the
74 platform.
75
76config DRM_MSM_DSI_14NM_PHY
77 bool "Enable DSI 14nm PHY driver in MSM DRM (used by MSM8996/APQ8096)"
78 depends on DRM_MSM_DSI
79 default y
80 help
81 Choose this option if DSI PHY on 8996 is used on the platform.