mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] OMAP_GPMC: this driver depends on MTD
@ 2017-10-16  8:01 Juergen Borleis
  2017-10-16  8:34 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Juergen Borleis @ 2017-10-16  8:01 UTC (permalink / raw)
  To: barebox

Otherwise it fails with:

drivers/bus/omap-gpmc.c:498: undefined reference to `of_get_nand_bus_width'

Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
---
 drivers/bus/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 202df5976..61f9064f5 100644
--- a/drivers/bus/Kconfig
+++ b/drivers/bus/Kconfig
@@ -4,6 +4,7 @@ config BUS_OMAP_GPMC
 	depends on ARCH_OMAP
 	depends on OFDEVICE
 	depends on OMAP_GPMC
+	depends on MTD
 	bool "TI OMAP/AM33xx GPMC support"
 
 config IMX_WEIM
-- 
2.11.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2017-10-16  8:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-16  8:01 [PATCH] OMAP_GPMC: this driver depends on MTD Juergen Borleis
2017-10-16  8:34 ` Sascha Hauer

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