drm/i915: Rename intel_context[engine].ringbuf
[deliverable/linux.git] / drivers / gpu / drm / arm / Kconfig
CommitLineData
8e22d792
LD
1config DRM_ARM
2 bool
3 help
4 Choose this option to select drivers for ARM's devices
5
6config DRM_HDLCD
7 tristate "ARM HDLCD"
8 depends on DRM && OF && (ARM || ARM64)
9 depends on COMMON_CLK
10 select DRM_ARM
11 select DRM_KMS_HELPER
12 select DRM_KMS_FB_HELPER
13 select DRM_KMS_CMA_HELPER
14 help
15 Choose this option if you have an ARM High Definition Colour LCD
16 controller.
17
18 If M is selected the module will be called hdlcd.
19
20config DRM_HDLCD_SHOW_UNDERRUN
21 bool "Show underrun conditions"
22 depends on DRM_HDLCD
23 default n
24 help
25 Enable this option to show in red colour the pixels that the
26 HDLCD device did not fetch from framebuffer due to underrun
27 conditions.
ad49f860
LD
28
29config DRM_MALI_DISPLAY
30 tristate "ARM Mali Display Processor"
31 depends on DRM && OF && (ARM || ARM64)
32 depends on COMMON_CLK
33 select DRM_ARM
34 select DRM_KMS_HELPER
35 select DRM_KMS_CMA_HELPER
36 select DRM_GEM_CMA_HELPER
37 select VIDEOMODE_HELPERS
38 help
39 Choose this option if you want to compile the ARM Mali Display
40 Processor driver. It supports the DP500, DP550 and DP650 variants
41 of the hardware.
42
43 If compiled as a module it will be called mali-dp.
This page took 0.074218 seconds and 5 git commands to generate.