Kconfig 448 字节
Newer Older
1 2
menuconfig MTD_SPI_NOR
	tristate "SPI-NOR device support"
3 4 5 6
	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.
7 8 9

if MTD_SPI_NOR

10 11
config SPI_FSL_QUADSPI
	tristate "Freescale Quad SPI controller"
12
	depends on ARCH_MXC
13 14 15
	help
	  This enables support for the Quad SPI controller in master mode.
	  We only connect the NOR to this controller now.
16 17

endif # MTD_SPI_NOR