From patchwork Wed Oct 12 19:20:15 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 681391 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 3svNxl4Gksz9sD6 for ; Thu, 13 Oct 2016 06:20:58 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4DA8F4B99D; Wed, 12 Oct 2016 21:20:54 +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 CoEcpfamClor; Wed, 12 Oct 2016 21:20:53 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 3FAE94B68A; Wed, 12 Oct 2016 21:20:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0B3234B660 for ; Wed, 12 Oct 2016 21:20:50 +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 MEB0rVUWJwD5 for ; Wed, 12 Oct 2016 21:20:49 +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 41AD44B624 for ; Wed, 12 Oct 2016 21:20:45 +0200 (CEST) Received: by mail-pf0-f195.google.com with SMTP id r16so3309154pfg.3 for ; Wed, 12 Oct 2016 12:20:45 -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; bh=1iMGj9dvWqujvNXl6v0F6TXtCXpAu/hIpsRn4IBFgHw=; b=P/XSFxor9EPFMJYpjbpTPgzg6JF240avoTz8OV0Hgdgd3un/ADyamcrXgDYTc3eUXI eLdHlJufW2OpcHL2XUT5c5CEkrHo+sRjKU10bQVwEjamukLk1a6d8p9ZBAVELXnRl37/ IAxIB4RotsUjYPbpDaIAjJIMf8JnyGzB5/IM32jvtuC/4QdXai7OsequC+zUcCd+U+Fh aF4L7szEemfA6AdndvrT6clQaNfxUd9DknVpVQn3eQxm0u72O0/TPDFrzRP290u3YUyj d+WNFvDnOULFQwQb9XVC2a9kZyL7VOdTwc0Mx6jKEDtVuNod5KhT1iYFlux5rPBWSYYS LTeA== X-Gm-Message-State: AA6/9RltOF0bownX87qhaNHhdSpfLBsmolvKbRFIsvzPtnWnFk4LyVak6hLOWy2Di8Yjow== X-Received: by 10.99.216.21 with SMTP id b21mr3409009pgh.110.1476300044078; Wed, 12 Oct 2016 12:20:44 -0700 (PDT) Received: from Mr.J ([49.204.230.134]) by smtp.gmail.com with ESMTPSA id zh13sm13616057pab.4.2016.10.12.12.20.41 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 12 Oct 2016 12:20:43 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Thu, 13 Oct 2016 00:50:15 +0530 Message-Id: <1476300017-5739-1-git-send-email-jteki@openedev.com> X-Mailer: git-send-email 2.7.4 Cc: Jagan Teki , Matteo Lisi Subject: [U-Boot] [PATCH 1/3] 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 | 7 +++++++ 1 file changed, 7 insertions(+) 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