Skip to content

Commit 02f1563

Browse files
miquelraynalgregkh
authored andcommitted
mtd: spi-nor: Drop duplicate Kconfig dependency
[ Upstream commit a6470e2 ] I do not think the MTD dependency is needed twice. This is likely a duplicate coming from a former rebase when the spi-nor core got cleaned up a while ago. Remove the extra line. Fixes: b35b9a1 ("mtd: spi-nor: Move m25p80 code in spi-nor.c") Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Michael Walle <mwalle@kernel.org> Signed-off-by: Pratyush Yadav <pratyush@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent c4bb92b commit 02f1563

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/mtd/spi-nor/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
menuconfig MTD_SPI_NOR
33
tristate "SPI NOR device support"
4-
depends on MTD
54
depends on MTD && SPI_MASTER
65
select SPI_MEM
76
help

0 commit comments

Comments
 (0)