Kconfig 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. select SYNC_FILE
  14. default y
  15. help
  16. DRM/KMS driver for MSM/snapdragon.
  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.
  25. config DRM_MSM_HDMI_HDCP
  26. bool "Enable HDMI HDCP support in MSM DRM driver"
  27. depends on DRM_MSM && QCOM_SCM
  28. default y
  29. help
  30. Choose this option to enable HDCP state machine
  31. config DRM_MSM_DSI
  32. bool "Enable DSI support in MSM DRM driver"
  33. depends on DRM_MSM
  34. select DRM_PANEL
  35. select DRM_MIPI_DSI
  36. default y
  37. help
  38. Choose this option if you have a need for MIPI DSI connector
  39. support.
  40. config DRM_MSM_DSI_PLL
  41. bool "Enable DSI PLL driver in MSM DRM"
  42. depends on DRM_MSM_DSI && COMMON_CLK
  43. default y
  44. help
  45. Choose this option to enable DSI PLL driver which provides DSI
  46. source clocks under common clock framework.
  47. config DRM_MSM_DSI_28NM_PHY
  48. bool "Enable DSI 28nm PHY driver in MSM DRM"
  49. depends on DRM_MSM_DSI
  50. default y
  51. help
  52. Choose this option if the 28nm DSI PHY is used on the platform.
  53. config DRM_MSM_DSI_20NM_PHY
  54. bool "Enable DSI 20nm PHY driver in MSM DRM"
  55. depends on DRM_MSM_DSI
  56. default y
  57. help
  58. Choose this option if the 20nm DSI PHY is used on the platform.
  59. config DRM_MSM_DSI_28NM_8960_PHY
  60. bool "Enable DSI 28nm 8960 PHY driver in MSM DRM"
  61. depends on DRM_MSM_DSI
  62. default y
  63. help
  64. Choose this option if the 28nm DSI PHY 8960 variant is used on the
  65. platform.