summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Brown <oliver.brown@nxp.com>2017-12-13 17:12:45 -0600
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-07-09 15:54:42 +0200
commit0331071a5a9b52009f4eff5d0bec96ac8e33e764 (patch)
tree5e44330b08122c044e90fe950d318df2afd3609d
parent54ca8904c046461b4de0963ef33245e5f2691fa3 (diff)
MLK-17205-2 video: imx: hdp: Adding HDP firmware loading to the build
Adding the HDP firmware loading to the build. Signed-off-by: Oliver Brown <oliver.brown@nxp.com> (cherry picked from downstream commit d4702582552aa1921fce58329ae40c24481fba3a)
-rw-r--r--drivers/video/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index c3781b160d..a40df01500 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -549,6 +549,15 @@ config VIDEO
model. Video drivers typically provide a colour text console and
cursor.
+config VIDEO_IMX_HDP_LOAD
+ bool "i.MX8 HDMI/DP firmware loading"
+ default n
+ depends on IMX8
+ help
+ Support for HDMI/DP firmware loading for i.MX8QM processors. The
+ firmware is copied from system memory to the HDMI/DP IRAM and
+ DRAM memory.
+
config CFB_CONSOLE
bool "Enable colour frame buffer console"
depends on VIDEO