summaryrefslogblamecommitdiffstats
path: root/drivers/mtd/spi-nor/Kconfig
blob: 64cfc39ad17ed817d4da9338ef0a53c571a2bca1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12





                                                                            





                                                                          
config MTD_SPI_NOR_BASE
	bool "the framework for SPI-NOR support"
	depends on MTD
	help
	  This is the framework for the SPI NOR which can be used by the SPI
	  device drivers and the SPI-NOR device driver.
config SPI_FSL_QUADSPI
	tristate "Freescale Quad SPI controller"
	depends on ARCH_MXC && MTD_SPI_NOR_BASE
	help
	  This enables support for the Quad SPI controller in master mode.
	  We only connect the NOR to this controller now.