]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
video: Kconfig: Add VIDEO_IPV3 entry
authorJagan Teki <jagan@amarulasolutions.com>
Mon, 5 Dec 2016 23:00:54 +0000 (00:00 +0100)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 16:15:27 +0000 (17:15 +0100)
Added kconfig entry for CONFIG_VIDEO_IPV3 driver.

Cc: Anatolij Gustschin <agust@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Matteo Lisi <matteo.lisi@engicam.com>
Cc: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
drivers/video/Kconfig

index 577e6d7b39b3ea21e2e83cf15bfaa86ea58f4e59..206957695812e32b9feee847f21cd69b0fd87bb7 100644 (file)
@@ -443,6 +443,13 @@ config VIDEO
          model. Video drivers typically provide a colour text console and
          cursor.
 
+config VIDEO_IPUV3
+       bool "i.MX IPUv3 Core video support"
+       depends on VIDEO && MX6
+       help
+         This enables framebuffer driver for i.MX processors working
+         on the IPUv3(Image Processing Unit) internal graphic processor.
+
 config CFB_CONSOLE
        bool "Enable colour frame buffer console"
        depends on VIDEO