diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-07-25 11:18:18 (GMT) |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-09-29 13:55:56 (GMT) |
commit | 27c84fa5844039480daf7223d59c10ea1a173dc7 (patch) | |
tree | a4f2a2115b01502f2aa36f29b5ee55e1fe64c9f8 /drivers/mtd/nand | |
parent | ce55754c4f3ea6985d19e24aa8972918bd07c88d (diff) | |
download | linux-fsl-qoriq-27c84fa5844039480daf7223d59c10ea1a173dc7.tar.xz |
mtd: nand: Include IMX6 in the list of supported SoCs
Include IMX6 in the list of supported SoCs.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 588e989..5708d3b 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -464,7 +464,7 @@ config MTD_NAND_GPMI_NAND bool "GPMI NAND Flash Controller driver" depends on MTD_NAND && MXS_DMA help - Enables NAND Flash support for IMX23 or IMX28. + Enables NAND Flash support for IMX23, IMX28 or IMX6. The GPMI controller is very powerful, with the help of BCH module, it can do the hardware ECC. The GPMI supports several NAND flashs at the same time. The GPMI may conflicts with other |