mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/4] gpmc: depend on MTD
@ 2015-08-12  8:46 Lucas Stach
  2015-08-12  8:46 ` [PATCH 2/4] video: MTL017: depend on I2C Lucas Stach
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Lucas Stach @ 2015-08-12  8:46 UTC (permalink / raw)
  To: barebox

From: Lucas Stach <dev@lynxeye.de>

Fixes:
drivers/built-in.o: In function `gpmc_probe':
:(.text.gpmc_probe+0x164): undefined reference to `of_get_nand_bus_width'

Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
 drivers/bus/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/bus/Kconfig b/drivers/bus/Kconfig
index 202df59762e8..61f9064f5d3a 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.4.6


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

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

end of thread, other threads:[~2015-08-19 14:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-12  8:46 [PATCH 1/4] gpmc: depend on MTD Lucas Stach
2015-08-12  8:46 ` [PATCH 2/4] video: MTL017: depend on I2C Lucas Stach
2015-08-19 14:11   ` Sascha Hauer
2015-08-12  8:46 ` [PATCH 3/4] video: simple-panel: mode support depends on I2C and EDID Lucas Stach
2015-08-19 14:12   ` Sascha Hauer
2015-08-12  8:46 ` [PATCH 4/4] video: backlight: add fallbacks for client functions Lucas Stach
2015-08-19 14:13   ` Sascha Hauer
2015-08-19 14:10 ` [PATCH 1/4] gpmc: depend on MTD Sascha Hauer

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