kernel: mtdsplit: add support for WRGG images
[openwrt/staging/jow.git] / target / linux / generic / files / drivers / mtd / mtdsplit / Kconfig
index 94775ea37fed0defa3ba72f74841362e02199262..7e653e78a199d28944a5696485e04a79335638f8 100644 (file)
@@ -25,11 +25,21 @@ config MTD_SPLIT_SEAMA_FW
        depends on MTD_SPLIT_SUPPORT
        select MTD_SPLIT
 
+config MTD_SPLIT_WRGG_FW
+       bool "WRGG firmware parser"
+       depends on MTD_SPLIT_SUPPORT
+       select MTD_SPLIT
+
 config MTD_SPLIT_UIMAGE_FW
        bool "uImage based firmware partition parser"
        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
@@ -39,3 +49,18 @@ config MTD_SPLIT_TPLINK_FW
        bool "TP-Link firmware parser"
        depends on MTD_SPLIT_SUPPORT
        select MTD_SPLIT
+
+config MTD_SPLIT_TRX_FW
+       bool "TRX image based firmware partition parser"
+       depends on MTD_SPLIT_SUPPORT
+       select MTD_SPLIT
+
+config MTD_SPLIT_BRNIMAGE_FW
+       bool "brnImage (brnboot image) firmware parser"
+       depends on MTD_SPLIT_SUPPORT
+       select MTD_SPLIT
+
+config MTD_SPLIT_EVA_FW
+       bool "EVA image based firmware partition parser"
+       depends on MTD_SPLIT_SUPPORT
+       select MTD_SPLIT