David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | menu "ARM devices" |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 3 | |
| 4 | config DRM_HDLCD |
| 5 | tristate "ARM HDLCD" |
| 6 | depends on DRM && OF && (ARM || ARM64) |
| 7 | depends on COMMON_CLK |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 8 | select DRM_KMS_HELPER |
| 9 | select DRM_KMS_CMA_HELPER |
| 10 | help |
| 11 | Choose this option if you have an ARM High Definition Colour LCD |
| 12 | controller. |
| 13 | |
| 14 | If M is selected the module will be called hdlcd. |
| 15 | |
| 16 | config DRM_HDLCD_SHOW_UNDERRUN |
| 17 | bool "Show underrun conditions" |
| 18 | depends on DRM_HDLCD |
| 19 | default n |
| 20 | help |
| 21 | Enable this option to show in red colour the pixels that the |
| 22 | HDLCD device did not fetch from framebuffer due to underrun |
| 23 | conditions. |
| 24 | |
| 25 | config DRM_MALI_DISPLAY |
| 26 | tristate "ARM Mali Display Processor" |
| 27 | depends on DRM && OF && (ARM || ARM64) |
| 28 | depends on COMMON_CLK |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 29 | select DRM_KMS_HELPER |
| 30 | select DRM_KMS_CMA_HELPER |
| 31 | select DRM_GEM_CMA_HELPER |
| 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. |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 39 | |
| 40 | source "drivers/gpu/drm/arm/display/Kconfig" |
| 41 | |
| 42 | endmenu |