blob: 126ff6bf63d5c8b8cfc733b13f5656f758a40cd7 [file] [log] [blame]
Kyungmin Parkcd5f6342005-07-11 11:41:53 +01001#
2# linux/drivers/mtd/onenand/Kconfig
3#
4
Kyungmin Park15017872005-09-03 07:37:19 +01005menu "OneNAND Flash Device Drivers"
6 depends on MTD != n
Kyungmin Parkcd5f6342005-07-11 11:41:53 +01007
8config 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>.
15
16config 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.
25
Kyungmin Park68ee4b12005-09-09 07:39:50 +010026config MTD_ONENAND_GENERIC
Thomas Gleixner46d0d0f2005-11-07 01:14:05 +010027 tristate "OneNAND Flash device via platform device driver"
28 depends on MTD_ONENAND && ARM
Kyungmin Park68ee4b12005-09-09 07:39:50 +010029 help
Thomas Gleixner46d0d0f2005-11-07 01:14:05 +010030 Support for OneNAND flash via platform device driver.
Kyungmin Park68ee4b12005-09-09 07:39:50 +010031
Kyungmin Park52b0eea2005-09-03 07:07:19 +010032config MTD_ONENAND_SYNC_READ
33 bool "OneNAND Sync. Burst Read Support"
34 depends on ARCH_OMAP
35 help
36 This enables support for Sync. Burst Read.
37
Kyungmin Parkcd5f6342005-07-11 11:41:53 +010038endmenu