Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 75bc37fefc4471e718ba8e651aa74673d4e0a9eb authored by Linus Torvalds on 07 May 2018, 02:57:38 UTC
Linux 4.17-rc4
Tip revision: 75bc37f
Kconfig
config MTD_SPINAND_MT29F
	tristate "SPINAND Device Support for Micron"
	depends on MTD_NAND && SPI
	help
	  This enables support for accessing Micron SPI NAND flash
	  devices.
	  If you have Micron SPI NAND chip say yes.

	  If unsure, say no here.

config MTD_SPINAND_ONDIEECC
	bool "Use SPINAND internal ECC"
	depends on MTD_SPINAND_MT29F
	help
	  Internal ECC.
	  Enables Hardware ECC support for Micron SPI NAND.
back to top