Commit b8f0fada authored by Boris Brezillon's avatar Boris Brezillon Committed by Miquel Raynal

mtd: rawnand: jz4780: Drop the dependency on MACH_JZ4780

This MACH_JZ4780 dependency is taken care of by JZ4780_NEMC, no need
to repeat it here.
Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
Acked-by: default avatarPaul Burton <paul.burton@mips.com>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent 6968e07e
...@@ -497,7 +497,7 @@ config MTD_NAND_JZ4740 ...@@ -497,7 +497,7 @@ config MTD_NAND_JZ4740
config MTD_NAND_JZ4780 config MTD_NAND_JZ4780
tristate "Support for NAND on JZ4780 SoC" tristate "Support for NAND on JZ4780 SoC"
depends on MACH_JZ4780 && JZ4780_NEMC depends on JZ4780_NEMC
help help
Enables support for NAND Flash connected to the NEMC on JZ4780 SoC Enables support for NAND Flash connected to the NEMC on JZ4780 SoC
based boards, using the BCH controller for hardware error correction. based boards, using the BCH controller for hardware error correction.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment