diff options
author | Rafał Miłecki <rafal@milecki.pl> | 2017-06-21 08:26:47 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2017-06-22 13:13:10 -0700 |
commit | 99352afe8f169c95b294b6b9a8d0e18cd9e3c2a0 (patch) | |
tree | 12f31ac62e7a309bccabb2e3d424d5ecf5f7cc11 /drivers/mtd/Kconfig | |
parent | 1a0915be192606fee64830b9c5d70b7ed59426b6 (diff) | |
download | linux-99352afe8f169c95b294b6b9a8d0e18cd9e3c2a0.tar.bz2 |
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/Kconfig | 4 |
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" # |