diff options
author | Egor Martovetsky <egor@pasemi.com> | 2007-11-28 19:37:31 -0500 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-11-28 19:47:13 -0500 |
commit | 846fc31d06e54ad94026da11da0668c050fe777e (patch) | |
tree | c82a86f8897d4c34bbf81b34a6061a46c1b302c6 /drivers/mtd/nand/Kconfig | |
parent | 03680b1e00d146df718c8a4eac34438566b70c85 (diff) |
[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/Kconfig | 6 |
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 | |||
283 | tristate "Support for NAND Flash on CM-X270 modules" | 283 | tristate "Support for NAND Flash on CM-X270 modules" |
284 | depends on MTD_NAND && MACH_ARMCORE | 284 | depends on MTD_NAND && MACH_ARMCORE |
285 | 285 | ||
286 | config MTD_NAND_PASEMI | ||
287 | tristate "NAND support for PA Semi PWRficient" | ||
288 | depends on MTD_NAND && PPC_PASEMI | ||
289 | help | ||
290 | Enables support for NAND Flash interface on PA Semi PWRficient | ||
291 | based boards | ||
286 | 292 | ||
287 | config MTD_NAND_NANDSIM | 293 | config MTD_NAND_NANDSIM |
288 | tristate "Support for NAND Flash Simulator" | 294 | tristate "Support for NAND Flash Simulator" |