aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/onenand/Kconfig
diff options
context:
space:
mode:
authorKyungmin Park <kyungmin.park@samsung.com>2007-06-30 01:14:43 -0400
committerDavid Woodhouse <dwmw2@infradead.org>2007-06-30 03:25:45 -0400
commit8dab169b8bdea3bcbc08b15fdbd9a21526fdbb77 (patch)
tree2c8d95e67f6af700d872102a5d9e5b83e2fe5031 /drivers/mtd/onenand/Kconfig
parentee9745fcf214272b7cdd9d320d044cf433ee958e (diff)
[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/Kconfig7
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
56 56
57 And more recent chips 57 And more recent chips
58 58
59config MTD_ONENAND_SIM
60 tristate "OneNAND simulator support"
61 depends on MTD_PARTITIONS
62 help
63 The simulator may simulate various OneNAND flash chips for the
64 OneNAND MTD layer.
65
59endif # MTD_ONENAND 66endif # MTD_ONENAND