From: Jagan Teki Date: Mon, 5 Dec 2016 23:00:54 +0000 (+0100) Subject: video: Kconfig: Add VIDEO_IPV3 entry X-Git-Tag: v2017.01-rc2~6^2~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=7db7455b53ee727010ba1ad431df85dd058a75d5;p=u-boot video: Kconfig: Add VIDEO_IPV3 entry Added kconfig entry for CONFIG_VIDEO_IPV3 driver. Cc: Anatolij Gustschin Cc: Stefano Babic Cc: Matteo Lisi Cc: Michael Trimarchi Signed-off-by: Jagan Teki --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 577e6d7b39..2069576958 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