diff options
author | Baruch Siach <baruch@tkos.co.il> | 2010-01-14 11:24:13 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-01-14 11:14:44 +0100 |
commit | b6d0c1bda9038354ff2f0c77da23fd32e0f11a1f (patch) | |
tree | 085802f76e79d1efc3a5c6289399aa031f783250 | |
parent | 37439a0f123e9eecf7b3920c9f9bd25e35ea8e3e (diff) | |
download | linux-3.10-b6d0c1bda9038354ff2f0c77da23fd32e0f11a1f.tar.gz linux-3.10-b6d0c1bda9038354ff2f0c77da23fd32e0f11a1f.tar.bz2 linux-3.10-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>
-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 677cd53f18c..4f99274b24c 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. |