kernel: add own Kconfig for OpenWrt mtdsplit drivers
[librecmc/librecmc.git] / target / linux / generic / files / drivers / mtd / mtdsplit / Kconfig
1 comment "Rootfs partition parsers"
2
3 config MTD_SPLIT_SQUASHFS_ROOT
4         bool "Squashfs based root partition parser"
5         select MTD_SPLIT
6         default n
7         help
8           This provides a parsing function which allows to detect the
9           offset and size of the unused portion of a rootfs partition
10           containing a squashfs.
11
12 comment "Firmware partition parsers"
13
14 config MTD_SPLIT_SEAMA_FW
15         bool "Seama firmware parser"
16         select MTD_SPLIT
17
18 config MTD_SPLIT_UIMAGE_FW
19         bool "uImage based firmware partition parser"
20         select MTD_SPLIT
21
22 config MTD_SPLIT_LZMA_FW
23         bool "LZMA compressed kernel based firmware partition parser"
24         select MTD_SPLIT