43 lines · plain
1# SPDX-License-Identifier: GPL-2.02menu "ARM devices"3 depends on DRM4 5config DRM_HDLCD6 tristate "ARM HDLCD"7 depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)8 depends on COMMON_CLK9 select DRM_KMS_HELPER10 select DRM_GEM_DMA_HELPER11 help12 Choose this option if you have an ARM High Definition Colour LCD13 controller.14 15 If M is selected the module will be called hdlcd.16 17config DRM_HDLCD_SHOW_UNDERRUN18 bool "Show underrun conditions"19 depends on DRM_HDLCD20 default n21 help22 Enable this option to show in red colour the pixels that the23 HDLCD device did not fetch from framebuffer due to underrun24 conditions.25 26config DRM_MALI_DISPLAY27 tristate "ARM Mali Display Processor"28 depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)29 depends on COMMON_CLK30 select DRM_KMS_HELPER31 select DRM_GEM_DMA_HELPER32 select VIDEOMODE_HELPERS33 help34 Choose this option if you want to compile the ARM Mali Display35 Processor driver. It supports the DP500, DP550 and DP650 variants36 of the hardware.37 38 If compiled as a module it will be called mali-dp.39 40source "drivers/gpu/drm/arm/display/Kconfig"41 42endmenu43