summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki2017-06-21 08:26:47 +0200
committerBrian Norris2017-06-22 22:13:10 +0200
commit99352afe8f169c95b294b6b9a8d0e18cd9e3c2a0 (patch)
tree12f31ac62e7a309bccabb2e3d424d5ecf5f7cc11 /drivers/mtd/Kconfig
parentmtd: partitions: add support for partition parsers (diff)
downloadkernel-qcow2-linux-99352afe8f169c95b294b6b9a8d0e18cd9e3c2a0.tar.gz
kernel-qcow2-linux-99352afe8f169c95b294b6b9a8d0e18cd9e3c2a0.tar.xz
kernel-qcow2-linux-99352afe8f169c95b294b6b9a8d0e18cd9e3c2a0.zip
mtd: extract TRX parser out of bcm47xxpart into a separated module
This makes TRX parsing code reusable with other platforms and parsers. Please note this patch doesn't really change anything in the existing code, just moves it. There is still some place for improvement (e.g. working on non-hacky method of checking rootfs format) but it's not really a subject of this change. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index e83a279f1217..5a2d71729b9a 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -155,6 +155,10 @@ config MTD_BCM47XX_PARTS
This provides partitions parser for devices based on BCM47xx
boards.
+menu "Partition parsers"
+source "drivers/mtd/parsers/Kconfig"
+endmenu
+
comment "User Modules And Translation Layers"
#