mtd: rawnand: omap2: Select GPMC device driver for ARCH_K3
The GPMC device driver is required for NAND controller to work on K3 Architecture. Select it if required. Signed-off-by: Roger Quadros <rogerq@kernel.org> Acked-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/r/20211221131757.2030-5-rogerq@kernel.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
This commit is contained in:
parent
f2f8115fe8
commit
dbcb124ace
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ 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 || COMPILE_TEST
|
||||||
depends on HAS_IOMEM
|
depends on HAS_IOMEM
|
||||||
|
select OMAP_GPMC if ARCH_K3
|
||||||
help
|
help
|
||||||
Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4
|
Support for NAND flash on Texas Instruments OMAP2, OMAP3, OMAP4
|
||||||
and Keystone platforms.
|
and Keystone platforms.
|
||||||
|
|
Loading…
Add table
Reference in a new issue