From patchwork Fri Oct 28 13:57:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 688407 X-Patchwork-Delegate: sbabic@denx.de Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 3t552Y0pMtz9t0X for ; Sat, 29 Oct 2016 00:58:45 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 78EB5A756F; Fri, 28 Oct 2016 15:58:43 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AF6NaNwuhofB; Fri, 28 Oct 2016 15:58:43 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 1481AA754C; Fri, 28 Oct 2016 15:58:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 17109A754C for ; Fri, 28 Oct 2016 15:58:40 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0_U8FM4X6kZS for ; Fri, 28 Oct 2016 15:58:40 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-pf0-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by theia.denx.de (Postfix) with ESMTPS id 8C160A7548 for ; Fri, 28 Oct 2016 15:58:36 +0200 (CEST) Received: by mail-pf0-f195.google.com with SMTP id i85so1369643pfa.0 for ; Fri, 28 Oct 2016 06:58:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=HHNEXl6/TTCfD79OV1wl3OnN8rCxEXDDuSDM1iz7oxA=; b=Ky5DvPjIeHMz1Hb3gvzFJ4/67SQFNRNX/Ov2eXXKyIJRuS9OP/wKw57R6gSLeEUZM1 SajwWcNMb3lzNbVnNvJclbZWKQ/Ko3utxYm210Fd7z1PbXBm/eDbxNsva+m74MDylNKM CI9YlzJ2xbMaanZ2vFDktA7ePlvtWo1ri4uYSQ1mqFNAs2/KwHsmo3U++3iXaGNNBfiK uWt44l4ayL8wb5wM/YZWURGMDmNq8DnmGDOzFCAHZttMcVX3DKMRybl1iDMAanEM+XyW ehFVUgT25+w0kUwajgzOyREp5oPd8j5vrJkWIBOEoBHbzZKkw0KCJ+pVFxtMGaKuVN4u 9c/g== X-Gm-Message-State: ABUngve+R6ynZbP9lpEPOVQxHvEFMf2CpkBWQW6RLQXrcIpxjObSbciAYzf72byhxu5axg== X-Received: by 10.98.18.220 with SMTP id 89mr25531036pfs.71.1477663114750; Fri, 28 Oct 2016 06:58:34 -0700 (PDT) Received: from Mr.J ([49.204.230.134]) by smtp.gmail.com with ESMTPSA id l187sm19357417pfc.0.2016.10.28.06.58.31 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 28 Oct 2016 06:58:33 -0700 (PDT) From: Jagan Teki To: Stefano Babic Date: Fri, 28 Oct 2016 19:27:41 +0530 Message-Id: <1477663067-20911-2-git-send-email-jagan@openedev.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477663067-20911-1-git-send-email-jagan@openedev.com> References: <1477663067-20911-1-git-send-email-jagan@openedev.com> Cc: u-boot@lists.denx.de, Matteo Lisi Subject: [U-Boot] [PATCH v2 1/7] video: Kconfig: Add VIDEO_IPV3 entry X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" 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 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 577e6d7..134f1c8 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -443,6 +443,14 @@ 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 MX6 + default y if VIDEO + 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