diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2007-05-06 19:31:18 +0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-05-08 00:41:55 +0100 |
commit | 711fdf627ce1374796632f16acec1ab63d11e38f (patch) | |
tree | dc527a5500912cfb1f644dda005dd7bfdaadf458 /drivers/mtd/nand/Kconfig | |
parent | 972edcb79ec8c8512ed5b29ca6718065328d6992 (diff) | |
download | kernel_samsung_tuna-711fdf627ce1374796632f16acec1ab63d11e38f.zip kernel_samsung_tuna-711fdf627ce1374796632f16acec1ab63d11e38f.tar.gz kernel_samsung_tuna-711fdf627ce1374796632f16acec1ab63d11e38f.tar.bz2 |
[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 03ed254..f1d60b6 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -272,4 +272,13 @@ config MTD_NAND_NANDSIM The simulator may simulate various NAND flash chips for the MTD nand layer. +config MTD_NAND_PLATFORM + tristate "Support for generic platform NAND driver" + depends on MTD_NAND + help + This implements a generic NAND driver for on-SOC platform + devices. You will need to provide platform-specific functions + via platform_data. + + endif # MTD_NAND |