Kconfig 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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_DSI
  24. bool "Enable DSI support in MSM DRM driver"
  25. depends on DRM_MSM
  26. select DRM_PANEL
  27. select DRM_MIPI_DSI
  28. default y
  29. help
  30. Choose this option if you have a need for MIPI DSI connector
  31. support.
  32. config DRM_MSM_DSI_PLL
  33. bool "Enable DSI PLL driver in MSM DRM"
  34. depends on DRM_MSM_DSI && COMMON_CLK
  35. default y
  36. help
  37. Choose this option to enable DSI PLL driver which provides DSI
  38. source clocks under common clock framework.
  39. config DRM_MSM_DSI_28NM_PHY
  40. bool "Enable DSI 28nm PHY driver in MSM DRM"
  41. depends on DRM_MSM_DSI
  42. default y
  43. help
  44. Choose this option if the 28nm DSI PHY is used on the platform.
  45. config DRM_MSM_DSI_20NM_PHY
  46. bool "Enable DSI 20nm PHY driver in MSM DRM"
  47. depends on DRM_MSM_DSI
  48. default y
  49. help
  50. Choose this option if the 20nm DSI PHY is used on the platform.