Merge tag 'kvm-ppc-fixes-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6-block.git] / drivers / mtd / parsers / Kconfig
CommitLineData
99352afe
RM
1config 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.
8a4580e4
AA
9
10config MTD_SHARPSL_PARTS
11 tristate "Sharp SL Series NAND flash partition parser"
12 depends on MTD_NAND_SHARPSL || MTD_NAND_TMIO || COMPILE_TEST
13 help
14 This provides the read-only FTL logic necessary to read the partition
15 table from the NAND flash of Sharp SL Series (Zaurus) and the MTD
16 partition parser using this code.