aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/Kconfig
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2021-12-31 12:31:38 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2021-12-31 12:45:57 +0100
commit2997e4871621bc56d3c19b447355091dafb6e505 (patch)
tree10b72b22e51bafd8bb7817010760db4782652d3b /drivers/mtd/nand/raw/Kconfig
parentmtd: rawnand: gpmi: Use platform_get_irq_byname() to get the interrupt (diff)
parentmtd: rawnand: omap2: Select GPMC device driver for ARCH_K3 (diff)
downloadlinux-dev-2997e4871621bc56d3c19b447355091dafb6e505.tar.xz
linux-dev-2997e4871621bc56d3c19b447355091dafb6e505.zip
Merge tag 'memory-controller-drv-omap-5.17' into nand/next
Memory controller drivers for v5.17 - OMAP GPMC 1. Add support for AM64 SoC. 2. Minor improvement: use platform_get_irq(). [miquel.raynal@bootlin.com: A first commit introduced a new omap compatible and another moved the IDs to a header which created a conflict: moving the new ID as well in the header fixed it.] Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Diffstat (limited to 'drivers/mtd/nand/raw/Kconfig')
-rw-r--r--drivers/mtd/nand/raw/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
index 5dcb401aca5a..0cd5ebf0d5d7 100644
--- a/drivers/mtd/nand/raw/Kconfig
+++ b/drivers/mtd/nand/raw/Kconfig
@@ -42,6 +42,7 @@ config MTD_NAND_OMAP2
tristate "OMAP2, OMAP3, OMAP4 and Keystone NAND controller"
depends on ARCH_OMAP2PLUS || ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST
depends on HAS_IOMEM
+ select OMAP_GPMC if ARCH_K3
help
Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4
and Keystone platforms.