linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MTD/GPMI : select more modules for GPMI by default
@ 2011-12-30  4:45 Huang Shijie
  2011-12-31  5:44 ` Shawn Guo
  0 siblings, 1 reply; 8+ messages in thread
From: Huang Shijie @ 2011-12-30  4:45 UTC (permalink / raw)
  To: linux-arm-kernel

The gpmi-nand driver needs the mxs-dma driver. So select the
MXS_DMA by default. So does the MTD_CHAR.

Signed-off-by: Huang Shijie <b32955@freescale.com>
---
 drivers/mtd/nand/Kconfig |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 07c4774..1b14a3a 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -420,6 +420,8 @@ config MTD_NAND_NANDSIM
 config MTD_NAND_GPMI_NAND
         bool "GPMI NAND Flash Controller driver"
         depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28)
+	select MXS_DMA
+	select MTD_CHAR
 	select MTD_PARTITIONS
 	select MTD_CMDLINE_PARTS
         help
-- 
1.7.0.4

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

end of thread, other threads:[~2011-12-31 15:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-30  4:45 [PATCH] MTD/GPMI : select more modules for GPMI by default Huang Shijie
2011-12-31  5:44 ` Shawn Guo
2011-12-31  5:48   ` Huang Shijie
2011-12-31  7:01     ` Marek Vasut
2011-12-31  7:10       ` Huang Shijie
2011-12-31  7:24     ` Shawn Guo
2011-12-31  7:27       ` Huang Shijie
2011-12-31 15:46         ` Wolfram Sang

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