From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam To: b32955@freescale.com Subject: [PATCH v2 1/3] mtd: nand: Include IMX6 in the list of supported SoCs Date: Wed, 25 Jul 2012 08:18:18 -0300 Message-Id: <1343215100-24005-1-git-send-email-festevam@gmail.com> Cc: Fabio Estevam , Artem.Bityutskiy@linux.intel.com, linux-mtd@lists.infradead.org, kernel@pengutronix.de, shawn.guo@linaro.org, dwmw2@infradead.org, linux-arm-kernel@lists.infradead.org List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Fabio Estevam Include IMX6 in the list of supported SoCs. Signed-off-by: Fabio Estevam --- Changes since v1: - No changes 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 f4e81a7..b40e172 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 && (SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q) 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 -- 1.7.1