1menuconfig 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 8if MTD_SPI_NOR 9 10config 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 17endif # MTD_SPI_NOR 18