diff options
author | Egor Martovetsky <egor@pasemi.com> | 2007-11-28 18:37:31 -0600 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-11-29 00:47:13 +0000 |
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 bf0e9b083d1..f8db6251209 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" |