From patchwork Sun Oct 30 18:23: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: 689016 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 3t6QtV2TPgz9t0H for ; Mon, 31 Oct 2016 05:26:26 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 380F5A7535; Sun, 30 Oct 2016 19:25:50 +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 W8AYyZemxYgY; Sun, 30 Oct 2016 19:25:50 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 96D3F4BA35; Sun, 30 Oct 2016 19:25:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 91B46A75DC for ; Sun, 30 Oct 2016 19:25:28 +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 4VRPHlXYWnaD for ; Sun, 30 Oct 2016 19:25:28 +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-f194.google.com (mail-pf0-f194.google.com [209.85.192.194]) by theia.denx.de (Postfix) with ESMTPS id 3EFA1A75A7 for ; Sun, 30 Oct 2016 19:25:12 +0100 (CET) Received: by mail-pf0-f194.google.com with SMTP id y68so780110pfb.1 for ; Sun, 30 Oct 2016 11:25:12 -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=533CUodJ75srUfB2opsAyGh+kOJXhOIsAJZ+6XjqQ2g=; b=MSPqMsRhQIznMNbH/IQGbg5IeQJKNEwk/coYFjTYnsYlHyePUNY2185cZ1GgIN/3E0 v/B1QSrQHB0KB4r83OD08od6NlOaswWnQOzgyARFaGV6Lzc8cdRXeUxGHGqZ7nsQud0f J84pqNFLksHtM7ZQksrR33xEhcjbVvZedA2AiXMOY31oDVPqafWcZLSf+1BNBD1dnkGO dF7QXEitv9dr5mCvmwHqpe4hfCm0ew8GK81Lmii6RiaUaJlWEILLyEQcM5bzCCJxRkYv I7xe3+24Icij2F/PuaVW9KTn0L2APlsUp+UmGLDfCUCOcSOtD2VL0S2qtD9CpFPbwU/L dBdw== X-Gm-Message-State: ABUngveZQfTCtdD0CI7wdqV6VzZArC1vkg93Gkpaqa0k7Ei5zF/VzFxT5EfsyTwm82EL2Q== X-Received: by 10.99.185.4 with SMTP id z4mr35675449pge.179.1477851910875; Sun, 30 Oct 2016 11:25:10 -0700 (PDT) Received: from Mr.J ([49.204.230.134]) by smtp.gmail.com with ESMTPSA id k7sm31357901pan.8.2016.10.30.11.25.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 30 Oct 2016 11:25:09 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Sun, 30 Oct 2016 23:53:41 +0530 Message-Id: <1477851833-23960-10-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 09/21] mtd: spi-nor: Kconfig: Add SPI_NOR_SST 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_SST 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 8ed4891..edcc47e 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig @@ -50,4 +50,9 @@ config SPI_NOR_STMICRO help Add support for various STMicro SPI flash chips (M25Pxxx and N25Qxxx) +config SPI_NOR_SST + bool "SST SPI NOR flash support" + help + Add support for various SST SPI flash chips (SST25xxx) + endif # MTD_SPI_NOR