]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/arm/Kconfig
Merge remote-tracking branch 'regmap/for-next'
[karo-tx-linux.git] / drivers / gpu / drm / arm / Kconfig
1 config DRM_ARM
2         bool
3         help
4           Choose this option to select drivers for ARM's devices
5
6 config 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
20 config 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.