Kconfig 1.7 KB

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