Skip to content
Snippets Groups Projects
Commit d109a037 authored by Oliver Brown's avatar Oliver Brown Committed by Troy Kisky
Browse files

MLK-17205-2 video: imx: hdp: Adding HDP firmware loading to the build


Adding the HDP firmware loading to the build.

Signed-off-by: default avatarOliver Brown <oliver.brown@nxp.com>
parent c54940c3
No related branches found
No related tags found
No related merge requests found
......@@ -534,6 +534,15 @@ config VIDEO_IMXDCSS
help
Support for DCSS display controller for i.MX8 processors.
config VIDEO_IMX_HDP_LOAD
bool "i.MX8 HDMI/DP firmware loading"
default n
depends on VIDEO && MX8QM
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 VIDEO_IMX8_HDMI
bool "i.MX8 HDMI Splash screen"
default n
......
......@@ -65,4 +65,5 @@ obj-$(CONFIG_MXC_MIPI_DSI_NORTHWEST) += mipi_dsi_northwest.o
obj-$(CONFIG_HX8363) += hx8363_wvga.o
obj-y += bridge/
obj-y += imx/
obj-y += sunxi/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment