summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorEgor Martovetsky2007-11-29 01:37:31 +0100
committerDavid Woodhouse2007-11-29 01:47:13 +0100
commit846fc31d06e54ad94026da11da0668c050fe777e (patch)
treec82a86f8897d4c34bbf81b34a6061a46c1b302c6 /drivers/mtd/nand/Kconfig
parent[MTD] [NAND] S3C2410 correctly set nFCE over resume (diff)
downloadkernel-qcow2-linux-846fc31d06e54ad94026da11da0668c050fe777e.tar.gz
kernel-qcow2-linux-846fc31d06e54ad94026da11da0668c050fe777e.tar.xz
kernel-qcow2-linux-846fc31d06e54ad94026da11da0668c050fe777e.zip
[MTD] [NAND] pasemi_nand driver
Plumbing for NAND connected via localbus on PA Semi PWRficient-based boards. From: Egor Martovetsky <egor@pasemi.com> Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index bf0e9b083d13..f8db62512090 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -283,6 +283,12 @@ config MTD_NAND_CM_X270
tristate "Support for NAND Flash on CM-X270 modules"
depends on MTD_NAND && MACH_ARMCORE
+config MTD_NAND_PASEMI
+ tristate "NAND support for PA Semi PWRficient"
+ depends on MTD_NAND && PPC_PASEMI
+ help
+ Enables support for NAND Flash interface on PA Semi PWRficient
+ based boards
config MTD_NAND_NANDSIM
tristate "Support for NAND Flash Simulator"