Kconfig 669 B

123456789101112131415161718192021222324252627
  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.