| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 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_WRGG_FW |
| 29 | bool "WRGG firmware parser" |
| 30 | depends on MTD_SPLIT_SUPPORT |
| 31 | select MTD_SPLIT |
| 32 | |
| 33 | config MTD_SPLIT_UIMAGE_FW |
| 34 | bool "uImage based firmware partition parser" |
| 35 | depends on MTD_SPLIT_SUPPORT |
| 36 | select MTD_SPLIT |
| 37 | |
| 38 | config MTD_SPLIT_FIT_FW |
| 39 | bool "FIT based firmware partition parser" |
| 40 | depends on MTD_SPLIT_SUPPORT |
| 41 | select MTD_SPLIT |
| 42 | |
| 43 | config MTD_SPLIT_LZMA_FW |
| 44 | bool "LZMA compressed kernel based firmware partition parser" |
| 45 | depends on MTD_SPLIT_SUPPORT |
| 46 | select MTD_SPLIT |
| 47 | |
| 48 | config MTD_SPLIT_TPLINK_FW |
| 49 | bool "TP-Link firmware parser" |
| 50 | depends on MTD_SPLIT_SUPPORT |
| 51 | select MTD_SPLIT |
| 52 | |
| 53 | config MTD_SPLIT_TRX_FW |
| 54 | bool "TRX image based firmware partition parser" |
| 55 | depends on MTD_SPLIT_SUPPORT |
| 56 | select MTD_SPLIT |
| 57 | |
| 58 | config MTD_SPLIT_BRNIMAGE_FW |
| 59 | bool "brnImage (brnboot image) firmware parser" |
| 60 | depends on MTD_SPLIT_SUPPORT |
| 61 | select MTD_SPLIT |
| 62 | |
| 63 | config MTD_SPLIT_EVA_FW |
| 64 | bool "EVA image based firmware partition parser" |
| 65 | depends on MTD_SPLIT_SUPPORT |
| 66 | select MTD_SPLIT |
| 67 | |
| 68 | config MTD_SPLIT_MINOR_FW |
| 69 | bool "Mikrotik NOR image based firmware partition parser" |
| 70 | depends on MTD_SPLIT_SUPPORT |
| 71 | select MTD_SPLIT |
| 72 | |
| 73 | config MTD_SPLIT_JIMAGE_FW |
| 74 | bool "JBOOT Image based firmware partition parser" |
| 75 | depends on MTD_SPLIT_SUPPORT |
| 76 | select MTD_SPLIT |