aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-15 19:39:27 +0000
committerJohn Crispin <john@openwrt.org>2015-03-15 19:39:27 +0000
commit9a863f803ec184c41c45156895d238f86e052874 (patch)
tree5b6c02042bcfd6379595a88d2137c5c5401a2cdd /target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
parent5ca2ad10638378eaf5b22b33a4e8bc1617e0e42f (diff)
downloadupstream-9a863f803ec184c41c45156895d238f86e052874.tar.gz
upstream-9a863f803ec184c41c45156895d238f86e052874.tar.bz2
upstream-9a863f803ec184c41c45156895d238f86e052874.zip
kernel: mtdsplit: add support for FIT image
If this option is enabled, the FIT image format will be detected and split by the mtdsplit code. Detection is based upon the FDT magic, which will trigger the parsing and detection of the rootfs, ending-up in the creation of the 2 new partitions. Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org> SVN-Revision: 44792
Diffstat (limited to 'target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig')
-rw-r--r--target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig b/target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
index fca6b48064..c4e3418854 100644
--- a/target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
+++ b/target/linux/generic/files/drivers/mtd/mtdsplit/Kconfig
@@ -30,6 +30,11 @@ config MTD_SPLIT_UIMAGE_FW
depends on MTD_SPLIT_SUPPORT
select MTD_SPLIT
+config MTD_SPLIT_FIT_FW
+ bool "FIT based firmware partition parser"
+ depends on MTD_SPLIT_SUPPORT
+ select MTD_SPLIT
+
config MTD_SPLIT_LZMA_FW
bool "LZMA compressed kernel based firmware partition parser"
depends on MTD_SPLIT_SUPPORT