aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoger Quadros <rogerq@ti.com>2016-08-24 05:25:00 -0400
committerBoris Brezillon <boris.brezillon@free-electrons.com>2016-09-23 03:35:16 -0400
commite13f880b901ed4891ab1f07aa38c2932c566f525 (patch)
tree0ff4dd36a52e88092a6897519c699e20525900e7
parenteab7fdc7bb84040537e4c6da5ad1b55a4bfec6e1 (diff)
mtd: nand: Allow MTD_NAND_OMAP2 to be usable on Keystone devices
Some Keystone devices (e.g. K2G) include a OMAP NAND IP. Allow the NAND driver to be usable for both Keystone and OMAP devices. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
-rw-r--r--drivers/mtd/nand/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index b2ba9ef553bd..7b7a887b4709 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -88,11 +88,11 @@ config MTD_NAND_AMS_DELTA
88 Support for NAND flash on Amstrad E3 (Delta). 88 Support for NAND flash on Amstrad E3 (Delta).
89 89
90config MTD_NAND_OMAP2 90config MTD_NAND_OMAP2
91 tristate "NAND Flash device on OMAP2, OMAP3 and OMAP4" 91 tristate "NAND Flash device on OMAP2, OMAP3, OMAP4 and Keystone"
92 depends on ARCH_OMAP2PLUS 92 depends on (ARCH_OMAP2PLUS || ARCH_KEYSTONE)
93 help 93 help
94 Support for NAND flash on Texas Instruments OMAP2, OMAP3 and OMAP4 94 Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4
95 platforms. 95 and Keystone platforms.
96 96
97config MTD_NAND_OMAP_BCH 97config MTD_NAND_OMAP_BCH
98 depends on MTD_NAND_OMAP2 98 depends on MTD_NAND_OMAP2