[PATCH] mtd: nand: omap: Depend on BUS_OMAP_GPMC

yegorslists at googlemail.com yegorslists at googlemail.com
Mon Jun 12 01:21:09 PDT 2023


From: Yegor Yefremov <yegorslists at googlemail.com>

NAND OMAP driver requires GPMC bus driver.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 drivers/mtd/nand/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index f50b860c45..d4b941d20c 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -65,6 +65,7 @@ config NAND_MXS
 config NAND_OMAP_GPMC
 	tristate "NAND Flash Support for GPMC based OMAP platforms"
 	depends on OMAP_GPMC
+	depends on BUS_OMAP_GPMC
 	help
 	  Support for NAND flash using GPMC. GPMC is a common memory
 	  interface found on Texas Instrument's OMAP platforms
-- 
2.34.1




More information about the barebox mailing list