Message ID | 20210418214616.239574-4-hauke@hauke-m.de |
---|---|
State | Accepted |
Commit | 81bb218c829246962a6327c64eec18ddcc049936 |
Headers | show |
Series | mtd: parsers: trx: Add support for Buffalo WSR-2533DHP2 | expand |
On Sun, 2021-04-18 at 21:46:16 UTC, Hauke Mehrtens wrote: > Buffalo uses the TRX partition format also on Mediatek MT7622 SoCs. > > Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks. Miquel
diff --git a/drivers/mtd/parsers/Kconfig b/drivers/mtd/parsers/Kconfig index d90c30229052..c2af062fdca7 100644 --- a/drivers/mtd/parsers/Kconfig +++ b/drivers/mtd/parsers/Kconfig @@ -96,7 +96,7 @@ config MTD_AFS_PARTS config MTD_PARSER_TRX tristate "Parser for TRX format partitions" - depends on MTD && (BCM47XX || ARCH_BCM_5301X || COMPILE_TEST) + depends on MTD && (BCM47XX || ARCH_BCM_5301X || ARCH_MEDIATEK || COMPILE_TEST) help TRX is a firmware format used by Broadcom on their devices. It may contain up to 3/4 partitions (depending on the version).
Buffalo uses the TRX partition format also on Mediatek MT7622 SoCs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> --- drivers/mtd/parsers/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)