OneNAND: Remove OMAP platform driver
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / mtd / onenand / Kconfig
blobfa5045c9d6e7c8d9499be4b3220888dbb210162e
2 # linux/drivers/mtd/onenand/Kconfig
5 menu "OneNAND Flash Device Drivers"
6         depends on MTD != n
8 config MTD_ONENAND
9         tristate "OneNAND Device Support"
10         depends on MTD
11         help
12           This enables support for accessing all type of OneNAND flash
13           devices. For further information see
14           <http://www.samsung.com/Products/Semiconductor/Flash/OneNAND_TM/index.htm>.
16 config MTD_ONENAND_VERIFY_WRITE
17         bool "Verify OneNAND page writes"
18         depends on MTD_ONENAND
19         help
20           This adds an extra check when data is written to the flash. The
21           OneNAND flash device internally checks only bits transitioning
22           from 1 to 0. There is a rare possibility that even though the
23           device thinks the write was successful, a bit could have been
24           flipped accidentaly due to device wear or something else.
26 config MTD_ONENAND_GENERIC
27         tristate "OneNAND Flash device on generic board"
28         depends on MTD_ONENAND
29         help
30           Support for OneNAND flash on generic board. Using device driver
31           framework, now all most platfrom are support.
33 config MTD_ONENAND_SYNC_READ
34         bool "OneNAND Sync. Burst Read Support"
35         depends on ARCH_OMAP
36         help
37           This enables support for Sync. Burst Read.
39 config MTD_ONENAND_SIM
40         tristate "Support for OneNAND flash simulator"
41         depends on MTD_ONENAND
42         help
43           The simulator may simulate verious OneNAND flash chips for the
44           MTD onenand layer.
46 endmenu