Commit 35da0c45 authored by Roger Quadros's avatar Roger Quadros Committed by Miquel Raynal

mtd: rawnand: omap2: Allow build on K3 platforms

K3 platforms come with GPMC. Enable GPMC build for
K3 platforms.
Signed-off-by: default avatarRoger Quadros <rogerq@kernel.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20211209090458.24830-3-rogerq@kernel.org
parent 14a3ca56
...@@ -40,7 +40,7 @@ config MTD_NAND_AMS_DELTA ...@@ -40,7 +40,7 @@ config MTD_NAND_AMS_DELTA
config MTD_NAND_OMAP2 config MTD_NAND_OMAP2
tristate "OMAP2, OMAP3, OMAP4 and Keystone NAND controller" tristate "OMAP2, OMAP3, OMAP4 and Keystone NAND controller"
depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || COMPILE_TEST depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST
depends on HAS_IOMEM depends on HAS_IOMEM
help help
Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4 Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4
......
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