Add support for ONFI compatible NAND devices (NAND logic still incomplete)

This commit is contained in:
Gregory Nutt
2013-11-15 14:11:21 -06:00
parent 897572a552
commit e53ba01b64
7 changed files with 901 additions and 0 deletions
+9
View File
@@ -82,6 +82,15 @@ config MTD_NAND
Enable support for NAND FLASH devices.
if MTD_NAND
config MTD_NAND_EMBEDDEDECC
bool "Support devices with Embedded ECC"
default n
---help--
Some NAND devices have internal, embedded ECC function. One (the
only one supported) is Micron, 4-bit ECC, device size = 1Gb or 2Gb
or 4Gb.
endif # MTD_NAND
config RAMMTD