aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/parsers/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mtd/parsers/Kconfig')
-rw-r--r--drivers/mtd/parsers/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/parsers/Kconfig b/drivers/mtd/parsers/Kconfig
index d206b3c533bc..ee5ab994132f 100644
--- a/drivers/mtd/parsers/Kconfig
+++ b/drivers/mtd/parsers/Kconfig
@@ -6,3 +6,11 @@ config MTD_PARSER_TRX
6 may contain up to 3/4 partitions (depending on the version). 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: 7 This driver will parse TRX header and report at least two partitions:
8 kernel and rootfs. 8 kernel and rootfs.
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.