Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
[linux-2.6-block.git] / drivers / gpu / drm / arm / Kconfig
CommitLineData
37fc9bb0
ATC
1# SPDX-License-Identifier: GPL-2.0
2menu "ARM devices"
08778703 3 depends on DRM
8e22d792
LD
4
5config DRM_HDLCD
6 tristate "ARM HDLCD"
0f53f2da 7 depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
8e22d792 8 depends on COMMON_CLK
8e22d792 9 select DRM_KMS_HELPER
4a83c26a 10 select DRM_GEM_DMA_HELPER
8e22d792
LD
11 help
12 Choose this option if you have an ARM High Definition Colour LCD
13 controller.
14
15 If M is selected the module will be called hdlcd.
16
17config DRM_HDLCD_SHOW_UNDERRUN
18 bool "Show underrun conditions"
19 depends on DRM_HDLCD
20 default n
21 help
22 Enable this option to show in red colour the pixels that the
23 HDLCD device did not fetch from framebuffer due to underrun
24 conditions.
ad49f860
LD
25
26config DRM_MALI_DISPLAY
27 tristate "ARM Mali Display Processor"
0f53f2da 28 depends on DRM && OF && (ARM || ARM64 || COMPILE_TEST)
ad49f860 29 depends on COMMON_CLK
ad49f860 30 select DRM_KMS_HELPER
4a83c26a 31 select DRM_GEM_DMA_HELPER
ad49f860
LD
32 select VIDEOMODE_HELPERS
33 help
34 Choose this option if you want to compile the ARM Mali Display
35 Processor driver. It supports the DP500, DP550 and DP650 variants
36 of the hardware.
37
38 If compiled as a module it will be called mali-dp.
37fc9bb0 39
bd628c1b
ATC
40source "drivers/gpu/drm/arm/display/Kconfig"
41
37fc9bb0 42endmenu