diff options
author | Kyungmin Park <kyungmin.park@samsung.com> | 2007-06-30 14:14:43 +0900 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-06-30 08:25:45 +0100 |
commit | 8dab169b8bdea3bcbc08b15fdbd9a21526fdbb77 (patch) | |
tree | 2c8d95e67f6af700d872102a5d9e5b83e2fe5031 /drivers/mtd/onenand/Kconfig | |
parent | ee9745fcf214272b7cdd9d320d044cf433ee958e (diff) | |
download | linux-8dab169b8bdea3bcbc08b15fdbd9a21526fdbb77.tar.bz2 |
[MTD] OneNAND Simulator support
This simulate various OneNAND flash chips for the MTD onenand layer.
It's simple implementation, only basic operations.
It don't support the recent changes in NANDSIM such as lazy block allocation,
bitflip, and so on.
Note: This passed nand-tests.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/onenand/Kconfig')
-rw-r--r-- | drivers/mtd/onenand/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/mtd/onenand/Kconfig b/drivers/mtd/onenand/Kconfig index 64ec034c43c5..cb41cbca64f7 100644 --- a/drivers/mtd/onenand/Kconfig +++ b/drivers/mtd/onenand/Kconfig @@ -56,4 +56,11 @@ config MTD_ONENAND_2X_PROGRAM And more recent chips +config MTD_ONENAND_SIM + tristate "OneNAND simulator support" + depends on MTD_PARTITIONS + help + The simulator may simulate various OneNAND flash chips for the + OneNAND MTD layer. + endif # MTD_ONENAND |