From patchwork Sun Oct 30 18:23:38 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jagan Teki X-Patchwork-Id: 689013 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 3t6Qss2grNz9t0H for ; Mon, 31 Oct 2016 05:25:53 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 91F95A75AC; Sun, 30 Oct 2016 19:25:29 +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 mAxRyMFl5Xcj; Sun, 30 Oct 2016 19:25:29 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A7726A7576; Sun, 30 Oct 2016 19:25:27 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 00C7DB381C for ; Sun, 30 Oct 2016 19:25:10 +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 UlHuJbG54oTb for ; Sun, 30 Oct 2016 19:25:09 +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-f193.google.com (mail-pf0-f193.google.com [209.85.192.193]) by theia.denx.de (Postfix) with ESMTPS id 078C3A7535 for ; Sun, 30 Oct 2016 19:25:00 +0100 (CET) Received: by mail-pf0-f193.google.com with SMTP id s8so6641686pfj.2 for ; Sun, 30 Oct 2016 11:25:00 -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=8TY0UT9sAtAX6+gmWO9XHAqN2i0xxsyPM2f6LL0fnzg=; b=iicOFQ8uBaklGCrIZWE38QJC7cFil/gVapAp9hw7zIrpOz1k1z7yZOCcGBKjUAkwFW RCLE7wdOMXc3A2zNZa28yh4esOcIBKxo2iL9WCny/NUKRwg5nKI3u2NGcSl24gKTw935 0uE10pLquXzN1NLqPR315H39CvCOJ/LcnlRwVxWM9hvYiDiCFABzKxySffft9SJECIST DzP0q4jwu5pGsApjxr5p3+iMQffS+K+tfNVrPsj6c6XFhTXwhU6+UnvSrYrYM96HG+Cg o+NbOjXPkYugRg7DtQntvRLqltB4h1KAgNNy65OVdaIQL41Krgnt4w6CVJ/otMUDjGUw jl2Q== X-Gm-Message-State: ABUngvfNTmwDBgfLtweY1hkVJZgZUwxHLsZ4H6NuW0KfCfA9Lfpycr82SY77R59fHvTYcg== X-Received: by 10.98.204.72 with SMTP id a69mr11176476pfg.76.1477851899577; Sun, 30 Oct 2016 11:24:59 -0700 (PDT) Received: from Mr.J ([49.204.230.134]) by smtp.gmail.com with ESMTPSA id k7sm31357901pan.8.2016.10.30.11.24.55 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 30 Oct 2016 11:24:58 -0700 (PDT) From: Jagan Teki To: u-boot@lists.denx.de Date: Sun, 30 Oct 2016 23:53:38 +0530 Message-Id: <1477851833-23960-7-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 06/21] mtd: spi-nor: Kconfig: Add SPI_NOR_MACRONIX 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_MACRONIX 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 348709b..c0ca14b 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig @@ -35,4 +35,9 @@ config SPI_NOR_MISC Add SPI-NOR support for various flash chips like Atmel, EON, GigaDevice, and ISSI. +config SPI_NOR_MACRONIX + bool "Macronix SPI NOR flash support" + help + Add support for various Macronix SPI flash chips (MX25Lxxx) + endif # MTD_SPI_NOR