kernel: mtdsplit: add support for WRGG images
[openwrt/staging/jow.git] / target / linux / generic / files / drivers / mtd / mtdsplit / Kconfig
index c4e3418854641fea17aac3de727c8aee0e6c5ec5..7e653e78a199d28944a5696485e04a79335638f8 100644 (file)
@@ -25,6 +25,11 @@ 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
@@ -49,3 +54,13 @@ 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