projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d02f1d3
)
mtd: move all flash categories inside MTD submenu
author
Miquel Raynal
<miquel.raynal@bootlin.com>
Thu, 16 Aug 2018 15:30:06 +0000
(17:30 +0200)
committer
Jagan Teki
<jagan@amarulasolutions.com>
Thu, 20 Sep 2018 14:40:49 +0000
(20:10 +0530)
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>
drivers/mtd/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/Kconfig
b/drivers/mtd/Kconfig
index 41f8883ec2ac44724c8eb34b2eee6b73db6ae6ec..9341d518f3e5375e024386eec3cb84e901e7d007 100644
(file)
--- 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