mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 12:08:19 +00:00 
			
		
		
		
	Add a SPI NAND framework based on the generic NAND framework and the spi-mem infrastructure. In its current state, this framework supports the following features: - single/dual/quad IO modes - on-die ECC Signed-off-by: Peter Pan <peterpandong@micron.com> Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Jagan Teki <jagan@openedev.com>
		
			
				
	
	
		
			7 lines
		
	
	
		
			109 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			109 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config MTD_NAND_CORE
 | |
| 	tristate
 | |
| 
 | |
| source "drivers/mtd/nand/raw/Kconfig"
 | |
| 
 | |
| source "drivers/mtd/nand/spi/Kconfig"
 |