mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] nand: orion: Limit to Kirkwood platform
@ 2014-09-07 20:02 Ezequiel Garcia
  2014-09-08  5:42 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ezequiel Garcia @ 2014-09-07 20:02 UTC (permalink / raw)
  To: barebox, Sascha Hauer

This driver is only available on Kirkwood SoCs, so add proper dependency.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
---
 drivers/mtd/nand/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index ccf1f9c..c345847 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -93,7 +93,7 @@ config NAND_OMAP_GPMC
 config NAND_ORION
 	bool
 	prompt "Orion NAND driver"
-	depends on ARCH_MVEBU
+	depends on ARCH_KIRKWOOD
 	help
 	  Support for the Orion NAND controller, present in Kirkwood SoCs.
 
-- 
2.0.1


_______________________________________________
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:[~2014-09-08  5:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-07 20:02 [PATCH] nand: orion: Limit to Kirkwood platform Ezequiel Garcia
2014-09-08  5:42 ` Sascha Hauer

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