ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / mtd / nand / Kconfig
1 # drivers/mtd/nand/Kconfig
2 # $Id: Kconfig,v 1.4 2003/05/28 10:04:23 dwmw2 Exp $
3
4 menu "NAND Flash Device Drivers"
5         depends on MTD!=n
6
7 config MTD_NAND
8         tristate "NAND Device Support"
9         depends on MTD
10         help
11           This enables support for accessing all type of NAND flash
12           devices with an 8-bit data bus interface. For further information see
13           <http://www.linux-mtd.infradead.org/tech/nand.html>.
14
15 config MTD_NAND_VERIFY_WRITE
16         bool "Verify NAND page writes"
17         depends on MTD_NAND
18         help
19           This adds an extra check when data is written to the flash. The
20           NAND flash device internally checks only bits transitioning
21           from 1 to 0. There is a rare possibility that even though the
22           device thinks the write was successful, a bit could have been
23           flipped accidentaly due to device wear or something else.
24
25 config MTD_NAND_AUTCPU12
26         tristate "SmartMediaCard on autronix autcpu12 board"
27         depends on ARM && MTD_NAND && ARCH_AUTCPU12
28         help
29           This enables the driver for the autronix autcpu12 board to 
30           access the SmartMediaCard.
31
32 config MTD_NAND_EDB7312
33         tristate "Support for Cirrus Logic EBD7312 evaluation board"
34         depends on ARM && MTD_NAND && ARCH_EDB7312
35         help
36           This enables the driver for the Cirrus Logic EBD7312 evaluation 
37           board to access the onboard NAND Flash.
38
39 config MTD_NAND_SPIA
40         tristate "NAND Flash device on SPIA board"
41         depends on ARM && ARCH_P720T && MTD_NAND
42         help
43           If you had to ask, you don't have one. Say 'N'.
44
45 config MTD_NAND_IDS
46         tristate
47         default y if MTD_NAND = y || MTD_DOC2000 = y || MTD_DOC2001 = y || MTD_DOC2001PLUS = y
48         default m if MTD_NAND = m || MTD_DOC2000 = m || MTD_DOC2001 = m || MTD_DOC2001PLUS = m
49         
50 endmenu
51