mirror of
				https://github.com/smaeul/u-boot.git
				synced 2025-10-31 03:58:17 +00:00 
			
		
		
		
	CONFIG_MTD must be reserved for the MTD core. Like any other subsystem, prefix the symbol by DM when it comes to DM support. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Boris Brezillon <boris.brezillon@bootlin.com> [trini: Add Kconfig files] Signed-off-by: Tom Rini <trini@konsulko.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			187 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| menuconfig MTD_SPI_NAND
 | |
| 	bool "SPI NAND device Support"
 | |
| 	depends on DM_MTD && DM_SPI
 | |
| 	select MTD_NAND_CORE
 | |
| 	select SPI_MEM
 | |
| 	help
 | |
| 	  This is the framework for the SPI NAND device drivers.
 |