Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. config DRM_ARM
  2. bool
  3. help
  4. Choose this option to select drivers for ARM's devices
  5. config DRM_HDLCD
  6. tristate "ARM HDLCD"
  7. depends on DRM && OF && (ARM || ARM64)
  8. depends on COMMON_CLK
  9. select DRM_ARM
  10. select DRM_KMS_HELPER
  11. select DRM_KMS_FB_HELPER
  12. select DRM_KMS_CMA_HELPER
  13. help
  14. Choose this option if you have an ARM High Definition Colour LCD
  15. controller.
  16. If M is selected the module will be called hdlcd.
  17. config DRM_HDLCD_SHOW_UNDERRUN
  18. bool "Show underrun conditions"
  19. depends on DRM_HDLCD
  20. default n
  21. help
  22. Enable this option to show in red colour the pixels that the
  23. HDLCD device did not fetch from framebuffer due to underrun
  24. conditions.
  25. config DRM_MALI_DISPLAY
  26. tristate "ARM Mali Display Processor"
  27. depends on DRM && OF && (ARM || ARM64)
  28. depends on COMMON_CLK
  29. select DRM_ARM
  30. select DRM_KMS_HELPER
  31. select DRM_KMS_CMA_HELPER
  32. select DRM_GEM_CMA_HELPER
  33. select VIDEOMODE_HELPERS
  34. help
  35. Choose this option if you want to compile the ARM Mali Display
  36. Processor driver. It supports the DP500, DP550 and DP650 variants
  37. of the hardware.
  38. If compiled as a module it will be called mali-dp.