aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/mt29f_spinand/Kconfig
blob: f3f9cb3b5c359d4f0211ebde6a6e5fafe5378f87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.