From patchwork Sun Oct 30 18:23:37 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 689012 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 3t6Qsf5yxKz9t0H for ; Mon, 31 Oct 2016 05:25:42 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2AFA0A75C2; Sun, 30 Oct 2016 19:25:23 +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 JpZynd1cR_iQ; Sun, 30 Oct 2016 19:25:23 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7D35FB3818; Sun, 30 Oct 2016 19:25:10 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A7A36A754E for ; Sun, 30 Oct 2016 19:25:00 +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 jaC-Gs12pdAq for ; Sun, 30 Oct 2016 19:25:00 +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-f195.google.com (mail-pf0-f195.google.com [209.85.192.195]) by theia.denx.de (Postfix) with ESMTPS id 30854A7549 for ; Sun, 30 Oct 2016 19:24:56 +0100 (CET) Received: by mail-pf0-f195.google.com with SMTP id y68so779684pfb.1 for ; Sun, 30 Oct 2016 11:24:56 -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=Tabv06C1PsnBj0apBZ6cZTO3QX9x/zv23RmI5wR1ky4=; b=OGdnJyySPMMmRiCC2e6IHmlAXQbMad2FtmeW/4XWfNLySmsSIyRtjiji5g67SEDUFk 2Fnq7abqEZpy1mpKkBCflRI17oHEqT/KZQS+FOqRWKedLoYJ7oWjEiMyHaRXy00sP0YS xm1H/k184ig5T19AKmLBzDfLRAfu6tzZVcH5GRoikhpLZqYGQ/9QixTUTVVbA66jhWxc CE8JsxTxitQMssxHzVAkYFZ5BSfiGdcLXmX8FdlR+/7PPLHj6sbKphokcYb21KNpYlAM 2VifnEdgRz2pgjoP4s28+9BgWujDRn1jDkpgei+9cW++GLLstCkPJtyKp6p1EO72+XaB P/kg== X-Gm-Message-State: ABUngve1sxd71obk/6dgzgkXWYweGOJoNqKYAq8noG8HbgV3OCDsXmPg46e6dHkHYot2CA== X-Received: by 10.98.149.149 with SMTP id c21mr43417362pfk.100.1477851894950; Sun, 30 Oct 2016 11:24:54 -0700 (PDT) Received: from Mr.J ([49.204.230.134]) by smtp.gmail.com with ESMTPSA id k7sm31357901pan.8.2016.10.30.11.24.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 30 Oct 2016 11:24:53 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Sun, 30 Oct 2016 23:53:37 +0530 Message-Id: <1477851833-23960-6-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 05/21] mtd: spi-nor: Kconfig: Add SPI_NOR_MISC 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_MISC kconfig entry Signed-off-by: Jagan Teki Reviewed-by: Simon Glass --- drivers/mtd/spi-nor/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index 40cd5ba..348709b 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig @@ -29,4 +29,10 @@ config MTD_SPI_NOR_USE_4K_SECTORS Please note that some tools/drivers/filesystems may not work with 4096 B erase size (e.g. UBIFS requires 15 KiB as a minimum). +config SPI_NOR_MISC + bool "Miscellaneous SPI NOR flash's support" + help + Add SPI-NOR support for various flash chips like Atmel, EON, + GigaDevice, and ISSI. + endif # MTD_SPI_NOR