Skip to content

Commit 4080d53

Browse files
bulwahnmiquelraynal
authored andcommitted
mtd: parsers: remove reference to config MTD_NAND_TMIO
Commit 568494d ("mtd: remove tmio_nand driver") removes the config MTD_NAND_TMIO and its corresponding driver. Remove the reference in MTD_SHARPSL_PARTS to that removed config. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230307074038.17391-1-lukas.bulwahn@gmail.com
1 parent 42bf459 commit 4080d53

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
@@ -149,7 +149,7 @@ config MTD_PARSER_TRX
149149

150150
config MTD_SHARPSL_PARTS
151151
tristate "Sharp SL Series NAND flash partition parser"
152-
depends on MTD_NAND_SHARPSL || MTD_NAND_TMIO || COMPILE_TEST
152+
depends on MTD_NAND_SHARPSL || COMPILE_TEST
153153
help
154154
This provides the read-only FTL logic necessary to read the partition
155155
table from the NAND flash of Sharp SL Series (Zaurus) and the MTD

0 commit comments

Comments
 (0)