diff options
author | Huang Shijie <b32955@freescale.com> | 2012-05-04 21:42:06 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-05-13 23:22:29 -0500 |
commit | 9013bb40ae8e97d579015a3dc96a10aa9c625757 (patch) | |
tree | 7c0650491a805f462ea464611a3558e1742d278d /drivers/mtd/nand/Kconfig | |
parent | e10db1f00a5e3c2ec04d7fe26c7444dc55a59b19 (diff) | |
download | op-kernel-dev-9013bb40ae8e97d579015a3dc96a10aa9c625757.zip op-kernel-dev-9013bb40ae8e97d579015a3dc96a10aa9c625757.tar.gz |
mtd: gpmi: add gpmi support for mx6q
add gpmi support for mx6q.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Signed-off-by: Huang Shijie <shijie8@gmail.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/Kconfig')
-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 7d17cec..bf0a28d 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -440,7 +440,7 @@ config MTD_NAND_NANDSIM config MTD_NAND_GPMI_NAND bool "GPMI NAND Flash Controller driver" - depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28) + depends on MTD_NAND && (SOC_IMX23 || SOC_IMX28 || SOC_IMX6Q) help Enables NAND Flash support for IMX23 or IMX28. The GPMI controller is very powerful, with the help of BCH |