aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2018-08-16 17:30:06 +0200
committerJagan Teki <jagan@amarulasolutions.com>2018-09-20 20:10:49 +0530
commitce9bdc87436ef91129876c9b16fcf5111eea69aa (patch)
tree7cef203a107f0e1cf949037d4a962a48f048bfde /drivers/mtd/Kconfig
parentd02f1d36ec6fe6bfadd77fa71b1df228010ddaa8 (diff)
downloadu-boot-ce9bdc87436ef91129876c9b16fcf5111eea69aa.zip
u-boot-ce9bdc87436ef91129876c9b16fcf5111eea69aa.tar.gz
u-boot-ce9bdc87436ef91129876c9b16fcf5111eea69aa.tar.bz2
mtd: move all flash categories inside MTD submenu
There is no reason to have NAND, SPI flashes and UBI sections outside of the MTD submenu in Kconfig. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 41f8883..9341d51 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -59,10 +59,10 @@ config RENESAS_RPC_HF
This enables access to Hyperflash memory through the Renesas
RCar Gen3 RPC controller.
-endmenu
-
source "drivers/mtd/nand/Kconfig"
source "drivers/mtd/spi/Kconfig"
source "drivers/mtd/ubi/Kconfig"
+
+endmenu