Kconfig 1.1 KB

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