linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Miquel Raynal <miquel.raynal@bootlin.com>
To: Richard Weinberger <richard@nod.at>,
	Vignesh Raghavendra <vigneshr@ti.com>,
	Tudor Ambarus <Tudor.Ambarus@microchip.com>,
	<linux-mtd@lists.infradead.org>
Cc: Julien Su <juliensu@mxic.com.tw>,
	Boris Brezillon <boris.brezillon@collabora.com>,
	Mason Yang <masonccyang@mxic.com.tw>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>,
	Miquel Raynal <miquel.raynal@bootlin.com>
Subject: [PATCH v4 18/21] mtd: nand: Add an extra level in the Kconfig hierarchy
Date: Fri, 17 Jan 2020 22:41:48 +0100	[thread overview]
Message-ID: <20200117214151.20767-19-miquel.raynal@bootlin.com> (raw)
In-Reply-To: <20200117214151.20767-1-miquel.raynal@bootlin.com>

Use an extra level in Kconfig for all NAND related entries.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
---
 drivers/mtd/nand/Kconfig | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index a5d8a211cb8a..c1a45b071165 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -1,7 +1,12 @@
 # SPDX-License-Identifier: GPL-2.0-only
+
+menu "NAND"
+
 config MTD_NAND_CORE
 	tristate
 
 source "drivers/mtd/nand/onenand/Kconfig"
 source "drivers/mtd/nand/raw/Kconfig"
 source "drivers/mtd/nand/spi/Kconfig"
+
+endmenu
-- 
2.20.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

  parent reply	other threads:[~2020-01-17 21:47 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-17 21:41 [PATCH v4 00/21] Prepare the introduction of generic ECC engines Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 01/21] mtd: Fix typo in mtd_ooblayout_set_databytes() description Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 02/21] mtd: rawnand: Avoid a typedef Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 03/21] mtd: rawnand: Drop OOB_FIRST placement scheme Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 04/21] dt-bindings: mtd: Deprecate OOB_FIRST mode Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 05/21] mtd: rawnand: Return an enum from of_get_nand_ecc_algo() Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 06/21] mtd: rawnand: Add an invalid ECC mode to discriminate with valid ones Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 07/21] mtd: rawnand: Create a new enumeration to describe OOB placement Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 08/21] mtd: rawnand: Separate the ECC engine type and the " Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 09/21] mtd: rawnand: Create a new enumeration to describe properly ECC types Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 10/21] mtd: rawnand: Create a helper to retrieve the ECC placement Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 11/21] mtd: rawnand: Use the new ECC engine type enumeration Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 12/21] mtd: rawnand: Deprecate nand-ecc-mode in favor of nand-ecc-provider Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 13/21] mtd: rawnand: Drop the legacy ECC type enumeration Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 14/21] dt-bindings: mtd: Add the nand-ecc-placement property Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 15/21] dt-bindings: mtd: Deprecate hw_syndrome from the ECC modes Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 16/21] dt-bindings: mtd: Deprecate the nand-ecc-mode property Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 17/21] mtd: nand: Move nand_device forward declaration to the top Miquel Raynal
2020-01-17 21:41 ` Miquel Raynal [this message]
2020-01-17 21:41 ` [PATCH v4 19/21] mtd: nand: Drop useless 'depends on' in Kconfig Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 20/21] mtd: nand: Add a NAND page I/O request type Miquel Raynal
2020-01-17 21:41 ` [PATCH v4 21/21] mtd: nand: Rename a core structure Miquel Raynal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200117214151.20767-19-miquel.raynal@bootlin.com \
    --to=miquel.raynal@bootlin.com \
    --cc=Tudor.Ambarus@microchip.com \
    --cc=boris.brezillon@collabora.com \
    --cc=juliensu@mxic.com.tw \
    --cc=linux-mtd@lists.infradead.org \
    --cc=masonccyang@mxic.com.tw \
    --cc=richard@nod.at \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=vigneshr@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).