diff options
| author | Allen Xu <allen.xu@freescale.com> | 2012-04-10 11:39:11 +0800 |
|---|---|---|
| committer | Allen Xu <allen.xu@freescale.com> | 2012-04-11 10:13:00 +0800 |
| commit | 391b36430cc79a2d87987279ed0065079fe79b2a (patch) | |
| tree | a795fec0809c3d91328353e5cb9961e1ecd1e642 | |
| parent | 462fe8f9b123c483f5e83ab337c302ceffab6d43 (diff) | |
ENGR00177241-4 mx6 close APBH DMA clock when no I/O operation
Select APBH DMA automatically when enable GPMI NAND module.
Signed-off-by: Allen Xu <allen.xu@freescale.com>
| -rw-r--r-- | 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 2202ab64e8fe..e609b783ec1a 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -428,6 +428,8 @@ config MTD_NAND_GPMI_NAND depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q) select MTD_PARTITIONS select MTD_CMDLINE_PARTS + select MTC_CHAR + select MXS_DMA help Enables NAND Flash support for IMX23 or IMX28. The GPMI controller is very powerful, with the help of BCH |
