kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance, unify...
[openwrt.git] / target / linux / generic / files / drivers / mtd / mtdsplit / Kconfig
1 config MTD_SPLIT
2         def_bool n
3         help
4           Generic MTD split support.
5
6 config MTD_SPLIT_SUPPORT
7         def_bool MTD = y
8
9 comment "Rootfs partition parsers"
10
11 config MTD_SPLIT_SQUASHFS_ROOT
12         bool "Squashfs based root partition parser"
13         depends on MTD_SPLIT_SUPPORT
14         select MTD_SPLIT
15         default n
16         help
17           This provides a parsing function which allows to detect the
18           offset and size of the unused portion of a rootfs partition
19           containing a squashfs.
20
21 comment "Firmware partition parsers"
22
23 config MTD_SPLIT_SEAMA_FW
24         bool "Seama firmware parser"
25         depends on MTD_SPLIT_SUPPORT
26         select MTD_SPLIT
27
28 config MTD_SPLIT_UIMAGE_FW
29         bool "uImage based firmware partition parser"
30         depends on MTD_SPLIT_SUPPORT
31         select MTD_SPLIT
32
33 config MTD_SPLIT_LZMA_FW
34         bool "LZMA compressed kernel based firmware partition parser"
35         depends on MTD_SPLIT_SUPPORT
36         select MTD_SPLIT