Skip to content

Commit 2365f91

Browse files
musashino205miquelraynal
authored andcommitted
mtd: parsers: trx: allow to use on MediaTek MIPS SoCs
Buffalo sells some router devices which have trx-formatted firmware, based on MediaTek MIPS SoCs. To use parser_trx on those devices, add "RALINK" to dependency and allow to compile for MediaTek MIPS SoCs. examples: - WCR-1166DS (MT7628) - WSR-1166DHP (MT7621) - WSR-2533DHP (MT7621) Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20220213064045.1781-1-musashino.open@gmail.com
1 parent 438356e commit 2365f91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mtd/parsers/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ config MTD_AFS_PARTS
115115

116116
config MTD_PARSER_TRX
117117
tristate "Parser for TRX format partitions"
118-
depends on MTD && (BCM47XX || ARCH_BCM_5301X || ARCH_MEDIATEK || COMPILE_TEST)
118+
depends on MTD && (BCM47XX || ARCH_BCM_5301X || ARCH_MEDIATEK || RALINK || COMPILE_TEST)
119119
help
120120
TRX is a firmware format used by Broadcom on their devices. It
121121
may contain up to 3/4 partitions (depending on the version).

0 commit comments

Comments
 (0)