Kconfig 897 B

12345678910111213141516171819202122232425262728293031323334
  1. config DRM_MSM
  2. tristate "MSM DRM"
  3. depends on DRM
  4. depends on ARCH_MSM
  5. depends on ARCH_MSM8960
  6. select DRM_KMS_HELPER
  7. select SHMEM
  8. select TMPFS
  9. default y
  10. help
  11. DRM/KMS driver for MSM/snapdragon.
  12. config DRM_MSM_FBDEV
  13. bool "Enable legacy fbdev support for MSM modesetting driver"
  14. depends on DRM_MSM
  15. select FB_SYS_FILLRECT
  16. select FB_SYS_COPYAREA
  17. select FB_SYS_IMAGEBLIT
  18. select FB_SYS_FOPS
  19. default y
  20. help
  21. Choose this option if you have a need for the legacy fbdev
  22. support. Note that this support also provide the linux console
  23. support on top of the MSM modesetting driver.
  24. config DRM_MSM_REGISTER_LOGGING
  25. bool "MSM DRM register logging"
  26. depends on DRM_MSM
  27. default n
  28. help
  29. Compile in support for logging register reads/writes in a format
  30. that can be parsed by envytools demsm tool. If enabled, register
  31. logging can be switched on via msm.reglog=y module param.