kernel: mtdsplit: add support for FIT image
[openwrt/openwrt.git] / target / linux / generic / files / drivers / mtd / mtdsplit / Kconfig
index fca6b4806486398b29fcfff62ebdfd69c4bb8303..c4e3418854641fea17aac3de727c8aee0e6c5ec5 100644 (file)
@@ -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