aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2010-01-14 11:24:13 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-01-14 11:14:44 +0100
commitb6d0c1bda9038354ff2f0c77da23fd32e0f11a1f (patch)
tree085802f76e79d1efc3a5c6289399aa031f783250 /drivers/mtd
parentMerge branch 'imx' of git://git.pengutronix.de/git/ukl/linux-2.6 into mxc-master (diff)
downloadlinux-dev-b6d0c1bda9038354ff2f0c77da23fd32e0f11a1f.tar.xz
linux-dev-b6d0c1bda9038354ff2f0c77da23fd32e0f11a1f.zip
mtd: mxc_nand: add MX25 to Kconfig
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index 677cd53f18c3..4f99274b24c2 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -444,7 +444,7 @@ config MTD_NAND_FSL_UPM
config MTD_NAND_MXC
tristate "MXC NAND support"
- depends on ARCH_MX2 || ARCH_MX3
+ depends on ARCH_MX2 || ARCH_MX25 || ARCH_MX3
help
This enables the driver for the NAND flash controller on the
MXC processors.