|
@@ -417,6 +417,19 @@ config MTD_NAND_NANDSIM
|
|
|
The simulator may simulate various NAND flash chips for the
|
|
|
MTD nand layer.
|
|
|
|
|
|
+config MTD_NAND_GPMI_NAND
|
|
|
+ bool "GPMI NAND Flash Controller driver"
|
|
|
+ depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28)
|
|
|
+ select MTD_PARTITIONS
|
|
|
+ select MTD_CMDLINE_PARTS
|
|
|
+ help
|
|
|
+ Enables NAND Flash support for IMX23 or IMX28.
|
|
|
+ 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
|
|
|
+ block, such as SD card. So pay attention to it when you enable
|
|
|
+ the GPMI.
|
|
|
+
|
|
|
config MTD_NAND_PLATFORM
|
|
|
tristate "Support for generic platform NAND driver"
|
|
|
help
|