devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] mtd: lpc32xx_slc: Select AMBA_PL08X in Kconfig
@ 2012-06-27 15:51 Roland Stigge
  2012-06-27 15:51 ` [PATCH 2/4] mtd: lpc32xx_slc: Make wp gpio optional Roland Stigge
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Roland Stigge @ 2012-06-27 15:51 UTC (permalink / raw)
  To: dedekind1, linux-mtd, aletes.xgr, linux-kernel, linux-doc,
	devicetree-discuss, dwmw2, kevin.wells, srinivas.bakki,
	linux-arm-kernel, hechtb, lars, b32955, leiwen, linux
  Cc: Roland Stigge

From: Alexandre Pereira da Silva <aletes.xgr@gmail.com>

Since this driver depends on the amba pl08x dma driver, select it in Kconfig.

Signed-off-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>
Signed-off-by: Roland Stigge <stigge@antcom.de>
---
 drivers/mtd/nand/Kconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index de69978..a9e8b73 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -417,6 +417,7 @@ config MTD_NAND_PXA3xx
 config MTD_NAND_SLC_LPC32XX
 	tristate "NXP LPC32xx SLC Controller"
 	depends on ARCH_LPC32XX
+	select AMBA_PL08X
 	help
 	  Enables support for NXP's LPC32XX SLC (i.e. for Single Level Cell
 	  chips) NAND controller. This is the default for the PHYTEC 3250
-- 
1.7.10.4

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

end of thread, other threads:[~2012-06-29 10:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-27 15:51 [PATCH 1/4] mtd: lpc32xx_slc: Select AMBA_PL08X in Kconfig Roland Stigge
2012-06-27 15:51 ` [PATCH 2/4] mtd: lpc32xx_slc: Make wp gpio optional Roland Stigge
2012-06-29 10:37   ` Artem Bityutskiy
2012-06-27 15:51 ` [PATCH 3/4] mtd: lpc32xx_slc: Use of_get_named_gpio() Roland Stigge
2012-06-27 15:51 ` [PATCH 4/4] mtd: lpc32xx_slc: Make probe() return -EPROBE_DEFER if necessary Roland Stigge
2012-06-27 19:15 ` [PATCH 1/4] mtd: lpc32xx_slc: Select AMBA_PL08X in Kconfig Russell King - ARM Linux
2012-06-27 19:26   ` Alexandre Pereira da Silva
2012-06-27 19:30     ` Russell King - ARM Linux
2012-06-27 19:49       ` Alexandre Pereira da Silva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).