2 # linux/drivers/mtd/onenand/Kconfig
5 menu "OneNAND Flash Device Drivers"
9 tristate "OneNAND Device Support"
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
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 via platform device driver"
28 depends on MTD_ONENAND && ARM
30 Support for OneNAND flash via platform device driver.
32 config MTD_ONENAND_SYNC_READ
33 bool "OneNAND Sync. Burst Read Support"
36 This enables support for Sync. Burst Read.