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_CADENCE_QUADSPI
	tristate "Cadence Quad SPI controller"
	help
	  This enables support for the Cadence Quad SPI controller and NOR flash.

endif
