diff mbox

[U-Boot,1/3] video: Kconfig: Add VIDEO_IPV3 entry

Message ID 1476300017-5739-1-git-send-email-jteki@openedev.com
State Superseded
Delegated to: Stefano Babic
Headers show

Commit Message

Jagan Teki Oct. 12, 2016, 7:20 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 8361a71..4cf95e1 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -337,6 +337,13 @@  config VIDEO_LCD_SPI_MISO
 	option takes a string in the format understood by 'name_to_gpio'
 	function, e.g. PH1 for pin 1 of port H.
 
+config VIDEO_IPUV3
+	bool "i.MX IPUv3 Core video support"
+	depends on MX6
+	help
+	  This enables framebuffer driver for i.MX processors working
+	  on the IPUv3(Image Processing Unit) internal graphic processor.
+
 config VIDEO_MVEBU
 	bool "Armada XP LCD controller"
 	default n