2015-01-02 21:52:35 +00:00
|
|
|
config MTD_SPLIT
|
|
|
|
def_bool n
|
|
|
|
help
|
|
|
|
Generic MTD split support.
|
|
|
|
|
|
|
|
config MTD_SPLIT_SUPPORT
|
|
|
|
def_bool MTD = y
|
|
|
|
|
2014-08-25 16:30:44 +00:00
|
|
|
comment "Rootfs partition parsers"
|
|
|
|
|
|
|
|
config MTD_SPLIT_SQUASHFS_ROOT
|
|
|
|
bool "Squashfs based root partition parser"
|
2015-01-02 21:52:35 +00:00
|
|
|
depends on MTD_SPLIT_SUPPORT
|
2014-08-25 16:30:44 +00:00
|
|
|
select MTD_SPLIT
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This provides a parsing function which allows to detect the
|
|
|
|
offset and size of the unused portion of a rootfs partition
|
|
|
|
containing a squashfs.
|
|
|
|
|
|
|
|
comment "Firmware partition parsers"
|
|
|
|
|
|
|
|
config MTD_SPLIT_SEAMA_FW
|
|
|
|
bool "Seama firmware parser"
|
2015-01-02 21:52:35 +00:00
|
|
|
depends on MTD_SPLIT_SUPPORT
|
2014-08-25 16:30:44 +00:00
|
|
|
select MTD_SPLIT
|
|
|
|
|
|
|
|
config MTD_SPLIT_UIMAGE_FW
|
|
|
|
bool "uImage based firmware partition parser"
|
2015-01-02 21:52:35 +00:00
|
|
|
depends on MTD_SPLIT_SUPPORT
|
2014-08-25 16:30:44 +00:00
|
|
|
select MTD_SPLIT
|
|
|
|
|
2015-03-15 19:39:27 +00:00
|
|
|
config MTD_SPLIT_FIT_FW
|
|
|
|
bool "FIT based firmware partition parser"
|
|
|
|
depends on MTD_SPLIT_SUPPORT
|
|
|
|
select MTD_SPLIT
|
|
|
|
|
2014-08-25 16:30:44 +00:00
|
|
|
config MTD_SPLIT_LZMA_FW
|
|
|
|
bool "LZMA compressed kernel based firmware partition parser"
|
2015-01-02 21:52:35 +00:00
|
|
|
depends on MTD_SPLIT_SUPPORT
|
2014-08-25 16:30:44 +00:00
|
|
|
select MTD_SPLIT
|
2015-01-02 21:52:44 +00:00
|
|
|
|
|
|
|
config MTD_SPLIT_TPLINK_FW
|
|
|
|
bool "TP-Link firmware parser"
|
|
|
|
depends on MTD_SPLIT_SUPPORT
|
|
|
|
select MTD_SPLIT
|
2015-01-02 21:53:11 +00:00
|
|
|
|
|
|
|
config MTD_SPLIT_TRX_FW
|
|
|
|
bool "TRX image based firmware partition parser"
|
|
|
|
depends on MTD_SPLIT_SUPPORT
|
|
|
|
select MTD_SPLIT
|