blob: 81ece43db8d321fb9dcda8743a1ea02436aae445 [file] [log] [blame]
xjb04a4022021-11-25 15:01:52 +08001config MTD_SPLIT
2 def_bool n
3 help
4 Generic MTD split support.
5
6config MTD_SPLIT_SUPPORT
7 def_bool MTD = y
8
9comment "Rootfs partition parsers"
10
11config 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
21comment "Firmware partition parsers"
22
23config MTD_SPLIT_SEAMA_FW
24 bool "Seama firmware parser"
25 depends on MTD_SPLIT_SUPPORT
26 select MTD_SPLIT
27
28config MTD_SPLIT_WRGG_FW
29 bool "WRGG firmware parser"
30 depends on MTD_SPLIT_SUPPORT
31 select MTD_SPLIT
32
33config MTD_SPLIT_UIMAGE_FW
34 bool "uImage based firmware partition parser"
35 depends on MTD_SPLIT_SUPPORT
36 select MTD_SPLIT
37
38config MTD_SPLIT_FIT_FW
39 bool "FIT based firmware partition parser"
40 depends on MTD_SPLIT_SUPPORT
41 select MTD_SPLIT
42
43config MTD_SPLIT_LZMA_FW
44 bool "LZMA compressed kernel based firmware partition parser"
45 depends on MTD_SPLIT_SUPPORT
46 select MTD_SPLIT
47
48config MTD_SPLIT_TPLINK_FW
49 bool "TP-Link firmware parser"
50 depends on MTD_SPLIT_SUPPORT
51 select MTD_SPLIT
52
53config MTD_SPLIT_TRX_FW
54 bool "TRX image based firmware partition parser"
55 depends on MTD_SPLIT_SUPPORT
56 select MTD_SPLIT
57
58config MTD_SPLIT_BRNIMAGE_FW
59 bool "brnImage (brnboot image) firmware parser"
60 depends on MTD_SPLIT_SUPPORT
61 select MTD_SPLIT
62
63config MTD_SPLIT_EVA_FW
64 bool "EVA image based firmware partition parser"
65 depends on MTD_SPLIT_SUPPORT
66 select MTD_SPLIT
67
68config MTD_SPLIT_MINOR_FW
69 bool "Mikrotik NOR image based firmware partition parser"
70 depends on MTD_SPLIT_SUPPORT
71 select MTD_SPLIT
72
73config MTD_SPLIT_JIMAGE_FW
74 bool "JBOOT Image based firmware partition parser"
75 depends on MTD_SPLIT_SUPPORT
76 select MTD_SPLIT