1 # SPDX-License-Identifier: GPL-2.0
7 depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
9 select DRM_CLIENT_SELECTION
11 select DRM_GEM_DMA_HELPER
13 Choose this option if you have an ARM High Definition Colour LCD
16 If M is selected the module will be called hdlcd.
18 config DRM_HDLCD_SHOW_UNDERRUN
19 bool "Show underrun conditions"
23 Enable this option to show in red colour the pixels that the
24 HDLCD device did not fetch from framebuffer due to underrun
27 config DRM_MALI_DISPLAY
28 tristate "ARM Mali Display Processor"
29 depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
31 select DRM_CLIENT_SELECTION
33 select DRM_GEM_DMA_HELPER
34 select VIDEOMODE_HELPERS
36 Choose this option if you want to compile the ARM Mali Display
37 Processor driver. It supports the DP500, DP550 and DP650 variants
40 If compiled as a module it will be called mali-dp.
42 source "drivers/gpu/drm/arm/display/Kconfig"