From patchwork Sun Oct 30 18:23:40 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 689015 X-Patchwork-Delegate: jagannadh.teki@gmail.com 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 3t6QtG6Ds5z9t0H for ; Mon, 31 Oct 2016 05:26:14 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 26AF1A75F8; Sun, 30 Oct 2016 19:25:43 +0100 (CET) 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 LCtzn1IhrL8t; Sun, 30 Oct 2016 19:25:43 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 84D7CB3826; Sun, 30 Oct 2016 19:25:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DBE68A75AC for ; Sun, 30 Oct 2016 19:25:19 +0100 (CET) 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 jcwKP5EDLM5E for ; Sun, 30 Oct 2016 19:25:19 +0100 (CET) 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-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) by theia.denx.de (Postfix) with ESMTPS id 2F2FBA759A for ; Sun, 30 Oct 2016 19:25:08 +0100 (CET) Received: by mail-pf0-f196.google.com with SMTP id a136so3259358pfa.0 for ; Sun, 30 Oct 2016 11:25:08 -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=VIqq1aU2vRCHuir5Qohre4KiiefMGo3m6VCO2jZkjqs=; b=bJgzty+8+aSX95r64oVnbpgITUftrhkmqT8CMkiUj1OIABE32lpT35iP6M4aMCuoRp 0TStfbjZFDPmFCdL9lV5iFsvol/hK1Zo/QeTBwDZxp6JLmVzAb+o1d+diI7hfbQwEiXa 3DNbCxTB9tB2SODghxzPLCvF3STBa4UOLEfoWEdkQ3HJ/eZdO4VA5DCpaWU4/1SNL9t+ N43oo85HInhBsrbf8A29zTkcj5RwvBR0JTxxAW2JaLo/dPNcRz5z/11movaUKgmo4XcN ZDW5KKptgpM44S3Se9feS+AXQNxkzXQxxMVwVkDLxNOeEIWmVMTDTgV+eoT8s2uDEoAE kjMA== X-Gm-Message-State: ABUngveqS5dHT//J+12Dp4gEAkp3S0H/G1zNL2X1mU9XFAiUugFXx2NwwZN8crw1gTISYw== X-Received: by 10.99.124.68 with SMTP id l4mr35567939pgn.166.1477851907020; Sun, 30 Oct 2016 11:25:07 -0700 (PDT) Received: from Mr.J ([49.204.230.134]) by smtp.gmail.com with ESMTPSA id k7sm31357901pan.8.2016.10.30.11.25.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 30 Oct 2016 11:25:06 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Sun, 30 Oct 2016 23:53:40 +0530 Message-Id: <1477851833-23960-9-git-send-email-jagan@openedev.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1477851833-23960-1-git-send-email-jagan@openedev.com> References: <1477851833-23960-1-git-send-email-jagan@openedev.com> Cc: Tom Rini , Stefan Roese , Jagan Teki Subject: [U-Boot] [PATCH v9 08/21] mtd: spi-nor: Kconfig: Add SPI_NOR_STMICRO 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" Added CONFIG_SPI_NOR_STMICRO kconfig entry Signed-off-by: Jagan Teki Reviewed-by: Simon Glass --- drivers/mtd/spi-nor/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index d4303db..8ed4891 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig @@ -45,4 +45,9 @@ config SPI_NOR_SPANSION help Add support for various Spansion SPI flash chips (S25FLxxx) +config SPI_NOR_STMICRO + bool "STMicro SPI NOR flash support" + help + Add support for various STMicro SPI flash chips (M25Pxxx and N25Qxxx) + endif # MTD_SPI_NOR