Kconfig (b199489d37b21c5e294f95bf265acc5dde3fc3a2) | Kconfig (e46ecda764dc37f9fc6279d95ea2c007daef1a71) |
---|---|
1config MTD_SPI_NOR_BASE 2 bool "the framework for SPI-NOR 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. | 1config MTD_SPI_NOR_BASE 2 bool "the framework for SPI-NOR 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. |
7config SPI_FSL_QUADSPI 8 tristate "Freescale Quad SPI controller" 9 depends on ARCH_MXC && MTD_SPI_NOR_BASE 10 help 11 This enables support for the Quad SPI controller in master mode. 12 We only connect the NOR to this controller now. |
|