18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_cimenu "ARM devices"
38c2ecf20Sopenharmony_ci
48c2ecf20Sopenharmony_ciconfig DRM_HDLCD
58c2ecf20Sopenharmony_ci	tristate "ARM HDLCD"
68c2ecf20Sopenharmony_ci	depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
78c2ecf20Sopenharmony_ci	depends on COMMON_CLK
88c2ecf20Sopenharmony_ci	select DRM_KMS_HELPER
98c2ecf20Sopenharmony_ci	select DRM_KMS_CMA_HELPER
108c2ecf20Sopenharmony_ci	help
118c2ecf20Sopenharmony_ci	  Choose this option if you have an ARM High Definition Colour LCD
128c2ecf20Sopenharmony_ci	  controller.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ci	  If M is selected the module will be called hdlcd.
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciconfig DRM_HDLCD_SHOW_UNDERRUN
178c2ecf20Sopenharmony_ci	bool "Show underrun conditions"
188c2ecf20Sopenharmony_ci	depends on DRM_HDLCD
198c2ecf20Sopenharmony_ci	default n
208c2ecf20Sopenharmony_ci	help
218c2ecf20Sopenharmony_ci	  Enable this option to show in red colour the pixels that the
228c2ecf20Sopenharmony_ci	  HDLCD device did not fetch from framebuffer due to underrun
238c2ecf20Sopenharmony_ci	  conditions.
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ciconfig DRM_MALI_DISPLAY
268c2ecf20Sopenharmony_ci	tristate "ARM Mali Display Processor"
278c2ecf20Sopenharmony_ci	depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
288c2ecf20Sopenharmony_ci	depends on COMMON_CLK
298c2ecf20Sopenharmony_ci	select DRM_KMS_HELPER
308c2ecf20Sopenharmony_ci	select DRM_KMS_CMA_HELPER
318c2ecf20Sopenharmony_ci	select DRM_GEM_CMA_HELPER
328c2ecf20Sopenharmony_ci	select VIDEOMODE_HELPERS
338c2ecf20Sopenharmony_ci	help
348c2ecf20Sopenharmony_ci	  Choose this option if you want to compile the ARM Mali Display
358c2ecf20Sopenharmony_ci	  Processor driver. It supports the DP500, DP550 and DP650 variants
368c2ecf20Sopenharmony_ci	  of the hardware.
378c2ecf20Sopenharmony_ci
388c2ecf20Sopenharmony_ci	  If compiled as a module it will be called mali-dp.
398c2ecf20Sopenharmony_ci
408c2ecf20Sopenharmony_cisource "drivers/gpu/drm/arm/display/Kconfig"
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ciendmenu
43