summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2018-07-09 22:09:44 +0200
committerMiquel Raynal <miquel.raynal@bootlin.com>2018-07-18 10:10:24 +0200
commitb8f0fadab208d87cab715b7599e0c15b4b2cc55f (patch)
treeaecb0249419d33320af4bf799fae347cff9063d8
parent6968e07e816906cd4b8150ef2e3af533664f734b (diff)
downloadlinux-stable-b8f0fadab208d87cab715b7599e0c15b4b2cc55f.tar.gz
linux-stable-b8f0fadab208d87cab715b7599e0c15b4b2cc55f.tar.bz2
linux-stable-b8f0fadab208d87cab715b7599e0c15b4b2cc55f.zip
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: Boris Brezillon <boris.brezillon@bootlin.com> Acked-by: Paul Burton <paul.burton@mips.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
-rw-r--r--drivers/mtd/nand/raw/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index 0711bd714cd5..d495759c94ac 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -497,7 +497,7 @@ config MTD_NAND_JZ4740
config MTD_NAND_JZ4780
tristate "Support for NAND on JZ4780 SoC"
- depends on MACH_JZ4780 && JZ4780_NEMC
+ depends on JZ4780_NEMC
help
Enables support for NAND Flash connected to the NEMC on JZ4780 SoC
based boards, using the BCH controller for hardware error correction.