Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw...
[cascardo/linux.git] / drivers / mtd / spi-nor / Kconfig
1 menuconfig MTD_SPI_NOR
2         tristate "SPI-NOR device support"
3         depends on MTD
4         help
5           This is the framework for the SPI NOR which can be used by the SPI
6           device drivers and the SPI-NOR device driver.
7
8 if MTD_SPI_NOR
9
10 config SPI_FSL_QUADSPI
11         tristate "Freescale Quad SPI controller"
12         depends on ARCH_MXC
13         help
14           This enables support for the Quad SPI controller in master mode.
15           We only connect the NOR to this controller now.
16
17 endif # MTD_SPI_NOR