xref: /linux/drivers/mtd/spi-nor/Kconfig (revision e46ecda764dc37f9fc6279d95ea2c007daef1a71)
1b199489dSHuang Shijieconfig MTD_SPI_NOR_BASE
2b199489dSHuang Shijie	bool "the framework for SPI-NOR support"
3b199489dSHuang Shijie	depends on MTD
4b199489dSHuang Shijie	help
5b199489dSHuang Shijie	  This is the framework for the SPI NOR which can be used by the SPI
6b199489dSHuang Shijie	  device drivers and the SPI-NOR device driver.
7*e46ecda7SHuang Shijieconfig SPI_FSL_QUADSPI
8*e46ecda7SHuang Shijie	tristate "Freescale Quad SPI controller"
9*e46ecda7SHuang Shijie	depends on ARCH_MXC && MTD_SPI_NOR_BASE
10*e46ecda7SHuang Shijie	help
11*e46ecda7SHuang Shijie	  This enables support for the Quad SPI controller in master mode.
12*e46ecda7SHuang Shijie	  We only connect the NOR to this controller now.
13