1config MTD_SPINAND_MT29F 2 tristate "SPINAND Device Support for Micron" 3 depends on MTD_NAND && SPI 4 help 5 This enables support for accessing Micron SPI NAND flash 6 devices. 7 If you have Micron SPI NAND chip say yes. 8 9 If unsure, say no here. 10 11config MTD_SPINAND_ONDIEECC 12 bool "Use SPINAND internal ECC" 13 depends on MTD_SPINAND_MT29F 14 help 15 Internal ECC. 16 Enables Hardware ECC support for Micron SPI NAND. 17