treewide: strip useless `default n` Kconfig lines
[openwrt/staging/stintel.git] / target / linux / generic / files / drivers / mtd / mtdsplit / Kconfig
index 81ece43db8d321fb9dcda8743a1ea02436aae445..f1864d8fdb705879e5678675119a21a1fa78b07f 100644 (file)
@@ -12,7 +12,6 @@ config MTD_SPLIT_SQUASHFS_ROOT
        bool "Squashfs based root partition parser"
        depends on MTD_SPLIT_SUPPORT
        select MTD_SPLIT
-       default n
        help
          This provides a parsing function which allows to detect the
          offset and size of the unused portion of a rootfs partition
@@ -20,6 +19,28 @@ config MTD_SPLIT_SQUASHFS_ROOT
 
 comment "Firmware partition parsers"
 
+config MTD_SPLIT_BCM63XX_FW
+       bool "BCM63xx firmware parser"
+       depends on MTD_SPLIT_SUPPORT
+       select MTD_SPLIT
+
+config MTD_SPLIT_BCM_WFI_FW
+       bool "Broadcom Whole Flash Image parser"
+       depends on MTD_SPLIT_SUPPORT
+       select MTD_SPLIT
+
+config MTD_SPLIT_CFE_BOOTFS
+       bool "Parser finding rootfs appended to the CFE bootfs"
+       depends on MTD_SPLIT_SUPPORT && ARCH_BCM4908
+       select MTD_SPLIT
+       help
+         cferom on BCM4908 (and bcm63xx) uses JFFS2 bootfs partition
+         for storing kernel, cferam and some device specific files.
+         There isn't any straight way of storing rootfs so it gets
+         appended to the JFFS2 bootfs partition. Kernel needs to find
+         it and run init from it. This parser is responsible for
+         finding appended rootfs.
+
 config MTD_SPLIT_SEAMA_FW
        bool "Seama firmware parser"
        depends on MTD_SPLIT_SUPPORT
@@ -74,3 +95,13 @@ config MTD_SPLIT_JIMAGE_FW
        bool "JBOOT Image based firmware partition parser"
        depends on MTD_SPLIT_SUPPORT
        select MTD_SPLIT
+
+config MTD_SPLIT_ELF_FW
+       bool "ELF loader firmware partition parser"
+       depends on MTD_SPLIT_SUPPORT
+       select MTD_SPLIT
+
+config MTD_SPLIT_H3C_VFS
+       bool "Parser finding rootfs appended to H3C VFS"
+       depends on MTD_SPLIT_SUPPORT
+       select MTD_SPLIT