All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MTD/GPMI : select more modules for GPMI by default
@ 2011-12-30  4:45 ` Huang Shijie
  0 siblings, 0 replies; 16+ messages in thread
From: Huang Shijie @ 2011-12-30  4:45 UTC (permalink / raw)
  To: Artem.Bityutskiy; +Cc: shijie8, linux-mtd, linux-arm-kernel, Huang Shijie

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] 16+ messages in thread

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

Thread overview: 16+ 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-30  4:45 ` Huang Shijie
2011-12-31  5:44 ` Shawn Guo
2011-12-31  5:44   ` Shawn Guo
2011-12-31  5:48   ` Huang Shijie
2011-12-31  5:48     ` Huang Shijie
2011-12-31  7:01     ` Marek Vasut
2011-12-31  7:01       ` Marek Vasut
2011-12-31  7:10       ` Huang Shijie
2011-12-31  7:10         ` Huang Shijie
2011-12-31  7:24     ` Shawn Guo
2011-12-31  7:24       ` Shawn Guo
2011-12-31  7:27       ` Huang Shijie
2011-12-31  7:27         ` Huang Shijie
2011-12-31 15:46         ` Wolfram Sang
2011-12-31 15:46           ` Wolfram Sang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.