xref: /linux/drivers/mtd/spi-nor/Kconfig (revision e43b20619bdb6c851dd7b49cbd15e52875a785d4)
1*e43b2061SBrian Norrisconfig MTD_SPI_NOR
2*e43b2061SBrian Norris	bool "SPI-NOR device 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*e43b2061SBrian Norris
8*e43b2061SBrian Norrisif MTD_SPI_NOR
9*e43b2061SBrian Norris
10e46ecda7SHuang Shijieconfig SPI_FSL_QUADSPI
11e46ecda7SHuang Shijie	tristate "Freescale Quad SPI controller"
12*e43b2061SBrian Norris	depends on ARCH_MXC
13e46ecda7SHuang Shijie	help
14e46ecda7SHuang Shijie	  This enables support for the Quad SPI controller in master mode.
15e46ecda7SHuang Shijie	  We only connect the NOR to this controller now.
16*e43b2061SBrian Norris
17*e43b2061SBrian Norrisendif # MTD_SPI_NOR
18