Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 menu "ARM devices"
0003 
0004 config DRM_HDLCD
0005         tristate "ARM HDLCD"
0006         depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
0007         depends on COMMON_CLK
0008         select DRM_KMS_HELPER
0009         select DRM_GEM_CMA_HELPER
0010         help
0011           Choose this option if you have an ARM High Definition Colour LCD
0012           controller.
0013 
0014           If M is selected the module will be called hdlcd.
0015 
0016 config DRM_HDLCD_SHOW_UNDERRUN
0017         bool "Show underrun conditions"
0018         depends on DRM_HDLCD
0019         default n
0020         help
0021           Enable this option to show in red colour the pixels that the
0022           HDLCD device did not fetch from framebuffer due to underrun
0023           conditions.
0024 
0025 config DRM_MALI_DISPLAY
0026         tristate "ARM Mali Display Processor"
0027         depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
0028         depends on COMMON_CLK
0029         select DRM_KMS_HELPER
0030         select DRM_GEM_CMA_HELPER
0031         select VIDEOMODE_HELPERS
0032         help
0033           Choose this option if you want to compile the ARM Mali Display
0034           Processor driver. It supports the DP500, DP550 and DP650 variants
0035           of the hardware.
0036 
0037           If compiled as a module it will be called mali-dp.
0038 
0039 source "drivers/gpu/drm/arm/display/Kconfig"
0040 
0041 endmenu