diff options
author | Liviu Dudau | 2018-09-28 13:50:53 +0100 |
---|---|---|
committer | Anatolij Gustschin | 2018-09-28 19:11:44 +0200 |
commit | c1a65a8c598d27379db91cd47d30103d76311398 (patch) | |
tree | 14bf81537e2c66e5235c38e52759987c93508972 /drivers/video/Kconfig | |
parent | 055da186a1d83d7d73d6d5b08b23957d3fa3df9f (diff) |
video: Add support for Arm's Mali Display Processors
Add support for Arm Mali Display Processors DP500, DP550 and DP650.
Only one layer is being used to display the console or boot logo,
even if more layers are supported in the hardware.
Signed-off-by: Liviu Dudau <liviu.dudau@foss.arm.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6cd7f144b73..25c94f4a9e3 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -497,6 +497,14 @@ config VIDEO_FSL_DCU_MAX_FB_SIZE_MB source "drivers/video/rockchip/Kconfig" +config VIDEO_ARM_MALIDP + bool "Enable Arm Mali Display Processor support" + depends on DM_VIDEO && OF_CONTROL + select VEXPRESS_CLK + help + This enables support for Arm Ltd Mali Display Processors from + the DP500, DP550 and DP650 family. + config VIDEO_SANDBOX_SDL bool "Enable sandbox video console using SDL" depends on SANDBOX |