arm: Add devicetree fixup machine function
[linux/fpc-iii.git] / drivers / mtd / spi-nor / Kconfig
blobf8acfa4310eface5e3ae5f28e2b7b3602f931a9b
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.
8 if MTD_SPI_NOR
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.
17 endif # MTD_SPI_NOR