diff options
author | Miquel Raynal <[email protected]> | 2020-05-29 02:25:07 +0200 |
---|---|---|
committer | Miquel Raynal <[email protected]> | 2020-06-26 08:35:03 +0200 |
commit | deedeb60e812b464c18a9902984eb3f643efcae9 (patch) | |
tree | 21a2cc0408531ac86701175a4a6bf678d544975e | |
parent | 33d226f504ed72cba3a2b42bbe2a993b3d6d9548 (diff) |
mtd: nand: Add an extra level in the Kconfig hierarchy
Use an extra level in Kconfig for all NAND related entries.
Signed-off-by: Miquel Raynal <[email protected]>
Reviewed-by: Boris Brezillon <[email protected]>
Link: https://lore.kernel.org/linux-mtd/[email protected]
-rw-r--r-- | drivers/mtd/nand/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
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 |