summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/Kconfig
blob: a84591fdd139e70bbb176b12edd3388ec9e025a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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