rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | config MTD_PARSER_TRX |
2 | tristate "Parser for TRX format partitions" | ||||
3 | depends on MTD && (BCM47XX || ARCH_BCM_5301X || COMPILE_TEST) | ||||
4 | help | ||||
5 | TRX is a firmware format used by Broadcom on their devices. It | ||||
6 | may contain up to 3/4 partitions (depending on the version). | ||||
7 | This driver will parse TRX header and report at least two partitions: | ||||
8 | kernel and rootfs. |