Kconfig 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. config DRM_MSM
  2. tristate "MSM DRM"
  3. depends on DRM
  4. depends on ARCH_QCOM || (ARM && COMPILE_TEST)
  5. depends on OF && COMMON_CLK
  6. select REGULATOR
  7. select DRM_KMS_HELPER
  8. select DRM_PANEL
  9. select SHMEM
  10. select TMPFS
  11. select QCOM_SCM
  12. select SND_SOC_HDMI_CODEC if SND_SOC
  13. default y
  14. help
  15. DRM/KMS driver for MSM/snapdragon.
  16. config DRM_MSM_REGISTER_LOGGING
  17. bool "MSM DRM register logging"
  18. depends on DRM_MSM
  19. default n
  20. help
  21. Compile in support for logging register reads/writes in a format
  22. that can be parsed by envytools demsm tool. If enabled, register
  23. logging can be switched on via msm.reglog=y module param.
  24. config DRM_MSM_HDMI_HDCP
  25. bool "Enable HDMI HDCP support in MSM DRM driver"
  26. depends on DRM_MSM && QCOM_SCM
  27. default y
  28. help
  29. Choose this option to enable HDCP state machine
  30. config DRM_MSM_DSI
  31. bool "Enable DSI support in MSM DRM driver"
  32. depends on DRM_MSM
  33. select DRM_PANEL
  34. select DRM_MIPI_DSI
  35. default y
  36. help
  37. Choose this option if you have a need for MIPI DSI connector
  38. support.
  39. config DRM_MSM_DSI_PLL
  40. bool "Enable DSI PLL driver in MSM DRM"
  41. depends on DRM_MSM_DSI && COMMON_CLK
  42. default y
  43. help
  44. Choose this option to enable DSI PLL driver which provides DSI
  45. source clocks under common clock framework.
  46. config DRM_MSM_DSI_28NM_PHY
  47. bool "Enable DSI 28nm PHY driver in MSM DRM"
  48. depends on DRM_MSM_DSI
  49. default y
  50. help
  51. Choose this option if the 28nm DSI PHY is used on the platform.
  52. config DRM_MSM_DSI_20NM_PHY
  53. bool "Enable DSI 20nm PHY driver in MSM DRM"
  54. depends on DRM_MSM_DSI
  55. default y
  56. help
  57. Choose this option if the 20nm DSI PHY is used on the platform.
  58. config DRM_MSM_DSI_28NM_8960_PHY
  59. bool "Enable DSI 28nm 8960 PHY driver in MSM DRM"
  60. depends on DRM_MSM_DSI
  61. default y
  62. help
  63. Choose this option if the 28nm DSI PHY 8960 variant is used on the
  64. platform.