diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2017-06-29 14:45:42 +0300 |
---|---|---|
committer | Cyrille Pitchen <cyrille.pitchen@free-electrons.com> | 2017-08-01 20:19:28 +0300 |
commit | fe602838a66d34f3d1de71feab92b403e244db8c (patch) | |
tree | d6f88a160190e6a46230b299434170995b98d6d0 /drivers/mtd/spi-nor/Makefile | |
parent | f384b352cbf0310fd20c379c4710408c70e769b6 (diff) | |
download | linux-fe602838a66d34f3d1de71feab92b403e244db8c.tar.xz |
mtd: spi-nor: intel-spi: Add support for Intel Denverton SPI serial flash controller
Intel Denverton exposes the SPI serial flash controller as a PCI device
instead of being part of the LPC chip as previous generations did.
Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@free-electrons.com>
Diffstat (limited to 'drivers/mtd/spi-nor/Makefile')
-rw-r--r-- | drivers/mtd/spi-nor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/spi-nor/Makefile b/drivers/mtd/spi-nor/Makefile index 285aab86c7ca..c5f171de0e1a 100644 --- a/drivers/mtd/spi-nor/Makefile +++ b/drivers/mtd/spi-nor/Makefile @@ -7,5 +7,6 @@ obj-$(CONFIG_SPI_HISI_SFC) += hisi-sfc.o obj-$(CONFIG_MTD_MT81xx_NOR) += 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 obj-$(CONFIG_SPI_STM32_QUADSPI) += stm32-quadspi.o
\ No newline at end of file |