MLK-17404-6 video: Adding i.MX8 HDMI support to configuration
authorOliver Brown <oliver.brown@nxp.com>
Mon, 29 Jan 2018 20:23:56 +0000 (14:23 -0600)
committerOliver Brown <oliver.brown@nxp.com>
Tue, 13 Feb 2018 13:39:14 +0000 (07:39 -0600)
Adding i.MX8 HDMI support to build configuration.

Signed-off-by: Oliver Brown <oliver.brown@nxp.com>
drivers/video/Kconfig

index ade687f..43c68a5 100644 (file)
@@ -457,6 +457,13 @@ config VIDEO_IMXDPUV1
        help
          Support for IMXDPU V1 display controller for i.MX8 processors.
 
+config VIDEO_IMXDCSS
+       bool "i.MX8 DCSS display support"
+       default n
+       depends on VIDEO && IMX8M
+       help
+         Support for DCSS display controller for i.MX8 processors.
+
 config VIDEO_IMX_HDP_LOAD
        bool "i.MX8 HDMI/DP firmware loading"
        default n
@@ -466,6 +473,13 @@ config VIDEO_IMX_HDP_LOAD
          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
+       depends on VIDEO && IMX8M
+       help
+         Support for HDMI i.MX8 processors.
+
 config MXC_EPDC
        bool "i.MX EPDC support"
        depends on LCD && (MX7 || MX6)