diff mbox

[U-Boot,v3,07/13] video: Kconfig: Add VIDEO_IPV3 entry

Message ID 1480978860-4351-8-git-send-email-jagan@openedev.com
State Accepted
Commit 7db7455b53ee727010ba1ad431df85dd058a75d5
Delegated to: Stefano Babic
Headers show

Commit Message

Jagan Teki Dec. 5, 2016, 11 p.m. UTC
From: Jagan Teki <jagan@amarulasolutions.com>

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 | 7 +++++++
 1 file changed, 7 insertions(+)
diff mbox

Patch

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 577e6d7..2069576 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -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