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