kernel: mtdsplit: add support for FIT image
[openwrt/svn-archive/archive.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_FIT_FW
34 bool "FIT based firmware partition parser"
35 depends on MTD_SPLIT_SUPPORT
36 select MTD_SPLIT
37
38 config MTD_SPLIT_LZMA_FW
39 bool "LZMA compressed kernel based firmware partition parser"
40 depends on MTD_SPLIT_SUPPORT
41 select MTD_SPLIT
42
43 config MTD_SPLIT_TPLINK_FW
44 bool "TP-Link firmware parser"
45 depends on MTD_SPLIT_SUPPORT
46 select MTD_SPLIT
47
48 config MTD_SPLIT_TRX_FW
49 bool "TRX image based firmware partition parser"
50 depends on MTD_SPLIT_SUPPORT
51 select MTD_SPLIT