diff options
author | Fabio Estevam <[email protected]> | 2012-07-25 08:18:18 -0300 |
---|---|---|
committer | David Woodhouse <[email protected]> | 2012-09-29 14:55:56 +0100 |
commit | 27c84fa5844039480daf7223d59c10ea1a173dc7 (patch) | |
tree | a4f2a2115b01502f2aa36f29b5ee55e1fe64c9f8 | |
parent | ce55754c4f3ea6985d19e24aa8972918bd07c88d (diff) |
mtd: nand: Include IMX6 in the list of supported SoCs
Include IMX6 in the list of supported SoCs.
Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Artem Bityutskiy <[email protected]>
Signed-off-by: David Woodhouse <[email protected]>
-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 588e98930aac..5708d3b28a98 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 |