mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
df6bd6c002
There's a new driver using the SPI memory interface of the SPI framework at spi/spi-stm32-qspi.c, which can be used together with m25p80.c to replace the functionality of this SPI NOR driver. The "new" driver uses the same dt properties and not affects the legacy compatibility. Signed-off-by: Ludovic Barre <ludovic.barre@st.com> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
11 lines
463 B
Makefile
11 lines
463 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_MTD_SPI_NOR) += spi-nor.o
|
|
obj-$(CONFIG_SPI_ASPEED_SMC) += aspeed-smc.o
|
|
obj-$(CONFIG_SPI_CADENCE_QUADSPI) += cadence-quadspi.o
|
|
obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o
|
|
obj-$(CONFIG_SPI_MTK_QUADSPI) += mtk-quadspi.o
|
|
obj-$(CONFIG_SPI_NXP_SPIFI) += nxp-spifi.o
|
|
obj-$(CONFIG_SPI_INTEL_SPI) += intel-spi.o
|
|
obj-$(CONFIG_SPI_INTEL_SPI_PCI) += intel-spi-pci.o
|
|
obj-$(CONFIG_SPI_INTEL_SPI_PLATFORM) += intel-spi-platform.o
|