mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mtd: nand: omap: Depend on BUS_OMAP_GPMC
@ 2023-06-12  8:21 yegorslists
  2023-06-12 12:58 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: yegorslists @ 2023-06-12  8:21 UTC (permalink / raw)
  To: barebox

From: Yegor Yefremov <yegorslists@googlemail.com>

NAND OMAP driver requires GPMC bus driver.

Signed-off-by: Yegor Yefremov <yegorslists@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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-12 12:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-12  8:21 [PATCH] mtd: nand: omap: Depend on BUS_OMAP_GPMC yegorslists
2023-06-12 12:58 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox