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