···80808181config MTD_M25P808282 tristate "Support most SPI Flash chips (AT26DF, M25P, W25X, ...)"8383- depends on SPI_MASTER && MTD_SPI_NOR_BASE8383+ depends on SPI_MASTER && MTD_SPI_NOR8484 help8585 This enables access to most modern SPI flash chips, used for8686 program and data storage. Series supported include Atmel AT26DF,
+8-3
drivers/mtd/spi-nor/Kconfig
···11-config MTD_SPI_NOR_BASE22- bool "the framework for SPI-NOR support"11+config MTD_SPI_NOR22+ bool "SPI-NOR device support"33 depends on MTD44 help55 This is the framework for the SPI NOR which can be used by the SPI66 device drivers and the SPI-NOR device driver.77+88+if MTD_SPI_NOR99+710config SPI_FSL_QUADSPI811 tristate "Freescale Quad SPI controller"99- depends on ARCH_MXC && MTD_SPI_NOR_BASE1212+ depends on ARCH_MXC1013 help1114 This enables support for the Quad SPI controller in master mode.1215 We only connect the NOR to this controller now.1616+1717+endif # MTD_SPI_NOR