Staging
v0.5.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 7171511eaec5bf23fb06078f59784a3a0626b38f authored by Linus Torvalds on 16 June 2014, 03:45:28 UTC
Linux 3.16-rc1
Tip revision: 7171511
Kconfig
menuconfig MTD_SPI_NOR
	tristate "SPI-NOR device 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.

if MTD_SPI_NOR

config SPI_FSL_QUADSPI
	tristate "Freescale Quad SPI controller"
	depends on ARCH_MXC
	help
	  This enables support for the Quad SPI controller in master mode.
	  We only connect the NOR to this controller now.

endif # MTD_SPI_NOR
back to top