diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2007-05-06 11:31:18 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-05-07 19:41:55 -0400 |
commit | 711fdf627ce1374796632f16acec1ab63d11e38f (patch) | |
tree | dc527a5500912cfb1f644dda005dd7bfdaadf458 /drivers/mtd/nand/Kconfig | |
parent | 972edcb79ec8c8512ed5b29ca6718065328d6992 (diff) |
[MTD] [NAND] platform NAND driver: add driver
This patch adds support for generic platform NAND driver.
Updated after tglx's review/discussion in IRC #mtd channel.
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 03ed2545f094..f1d60b6f048e 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -272,4 +272,13 @@ config MTD_NAND_NANDSIM | |||
272 | The simulator may simulate various NAND flash chips for the | 272 | The simulator may simulate various NAND flash chips for the |
273 | MTD nand layer. | 273 | MTD nand layer. |
274 | 274 | ||
275 | config MTD_NAND_PLATFORM | ||
276 | tristate "Support for generic platform NAND driver" | ||
277 | depends on MTD_NAND | ||
278 | help | ||
279 | This implements a generic NAND driver for on-SOC platform | ||
280 | devices. You will need to provide platform-specific functions | ||
281 | via platform_data. | ||
282 | |||
283 | |||
275 | endif # MTD_NAND | 284 | endif # MTD_NAND |