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

* Re: [PATCH] nand: orion: Limit to Kirkwood platform
  2014-09-07 20:02 [PATCH] nand: orion: Limit to Kirkwood platform Ezequiel Garcia
@ 2014-09-08  5:42 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2014-09-08  5:42 UTC (permalink / raw)
  To: Ezequiel Garcia; +Cc: barebox

On Sun, Sep 07, 2014 at 05:02:45PM -0300, Ezequiel Garcia wrote:
> This driver is only available on Kirkwood SoCs, so add proper dependency.
> 
> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>

Applied, thanks

Sascha

> ---
>  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
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
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