config [31mCONFIG_DRM_ARM[0m bool help Choose this option to select drivers for [31mCONFIG_ARM[0m's devices config [31mCONFIG_DRM_HDLCD[0m tristate "ARM HDLCD" depends on [31mCONFIG_DRM[0m && [31mCONFIG_OF[0m && ([31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m) depends on [31mCONFIG_COMMON_CLK[0m select [31mCONFIG_DRM_ARM[0m select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_KMS_CMA_HELPER[0m help Choose this option if you have an [31mCONFIG_ARM[0m High Definition Colour LCD controller. If [31mCONFIG_M[0m is selected the module will be called hdlcd. config [31mCONFIG_DRM_HDLCD_SHOW_UNDERRUN[0m bool "Show underrun conditions" depends on [31mCONFIG_DRM_HDLCD[0m default n help Enable this option to show in red colour the pixels that the HDLCD device did not fetch from framebuffer due to underrun conditions. config [31mCONFIG_DRM_MALI_DISPLAY[0m tristate "ARM Mali Display Processor" depends on [31mCONFIG_DRM[0m && [31mCONFIG_OF[0m && ([31mCONFIG_ARM[0m || [31mCONFIG_ARM64[0m) depends on [31mCONFIG_COMMON_CLK[0m select [31mCONFIG_DRM_ARM[0m select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_KMS_CMA_HELPER[0m select [31mCONFIG_DRM_GEM_CMA_HELPER[0m select [31mCONFIG_VIDEOMODE_HELPERS[0m help Choose this option if you want to compile the [31mCONFIG_ARM[0m Mali Display Processor driver. It supports the DP500, DP550 and DP650 variants of the hardware. If compiled as a module it will be called mali-dp. |