From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 6 Dec 2016 00:00:54 +0100 Subject: [U-Boot] [PATCH v3 07/13] video: Kconfig: Add VIDEO_IPV3 entry In-Reply-To: <1480978860-4351-1-git-send-email-jagan@openedev.com> References: <1480978860-4351-1-git-send-email-jagan@openedev.com> Message-ID: <1480978860-4351-8-git-send-email-jagan@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de From: Jagan Teki 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 --- drivers/video/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 1.9.1