18ae12a0dSDavid Brownell# 28ae12a0dSDavid Brownell# Makefile for kernel SPI drivers. 38ae12a0dSDavid Brownell# 48ae12a0dSDavid Brownell 5fadcf49bSmatt mooneyccflags-$(CONFIG_SPI_DEBUG) := -DDEBUG 68ae12a0dSDavid Brownell 78ae12a0dSDavid Brownell# small core, mostly translating board-specific 88ae12a0dSDavid Brownell# config declarations into driver model code 98ae12a0dSDavid Brownellobj-$(CONFIG_SPI_MASTER) += spi.o 10ca632f55SGrant Likelyobj-$(CONFIG_SPI_SPIDEV) += spidev.o 118ae12a0dSDavid Brownell 128ae12a0dSDavid Brownell# SPI master controller drivers (bus) 13ca632f55SGrant Likelyobj-$(CONFIG_SPI_ALTERA) += spi-altera.o 14ca632f55SGrant Likelyobj-$(CONFIG_SPI_ATMEL) += spi-atmel.o 15ca632f55SGrant Likelyobj-$(CONFIG_SPI_ATH79) += spi-ath79.o 16ca632f55SGrant Likelyobj-$(CONFIG_SPI_AU1550) += spi-au1550.o 17b42dfed8SFlorian Fainelliobj-$(CONFIG_SPI_BCM63XX) += spi-bcm63xx.o 1822ac3e82SScott Jiangobj-$(CONFIG_SPI_BFIN5XX) += spi-bfin5xx.o 19ca632f55SGrant Likelyobj-$(CONFIG_SPI_BFIN_SPORT) += spi-bfin-sport.o 20ca632f55SGrant Likelyobj-$(CONFIG_SPI_BITBANG) += spi-bitbang.o 21ca632f55SGrant Likelyobj-$(CONFIG_SPI_BUTTERFLY) += spi-butterfly.o 22ca632f55SGrant Likelyobj-$(CONFIG_SPI_COLDFIRE_QSPI) += spi-coldfire-qspi.o 23ca632f55SGrant Likelyobj-$(CONFIG_SPI_DAVINCI) += spi-davinci.o 24ca632f55SGrant Likelyobj-$(CONFIG_SPI_DESIGNWARE) += spi-dw.o 25ca632f55SGrant Likelyobj-$(CONFIG_SPI_DW_MMIO) += spi-dw-mmio.o 26ca632f55SGrant Likelyobj-$(CONFIG_SPI_DW_PCI) += spi-dw-midpci.o 27ca632f55SGrant Likelyspi-dw-midpci-objs := spi-dw-pci.o spi-dw-mid.o 28ca632f55SGrant Likelyobj-$(CONFIG_SPI_EP93XX) += spi-ep93xx.o 29*6cd3c7e2SThomas Langerobj-$(CONFIG_SPI_FALCON) += spi-falcon.o 30ca632f55SGrant Likelyobj-$(CONFIG_SPI_FSL_LIB) += spi-fsl-lib.o 31ca632f55SGrant Likelyobj-$(CONFIG_SPI_FSL_ESPI) += spi-fsl-espi.o 32ca632f55SGrant Likelyobj-$(CONFIG_SPI_FSL_SPI) += spi-fsl-spi.o 33ca632f55SGrant Likelyobj-$(CONFIG_SPI_GPIO) += spi-gpio.o 34ca632f55SGrant Likelyobj-$(CONFIG_SPI_IMX) += spi-imx.o 35ca632f55SGrant Likelyobj-$(CONFIG_SPI_LM70_LLP) += spi-lm70llp.o 36ca632f55SGrant Likelyobj-$(CONFIG_SPI_MPC512x_PSC) += spi-mpc512x-psc.o 37ca632f55SGrant Likelyobj-$(CONFIG_SPI_MPC52xx_PSC) += spi-mpc52xx-psc.o 38ca632f55SGrant Likelyobj-$(CONFIG_SPI_MPC52xx) += spi-mpc52xx.o 39ca632f55SGrant Likelyobj-$(CONFIG_SPI_NUC900) += spi-nuc900.o 40ca632f55SGrant Likelyobj-$(CONFIG_SPI_OC_TINY) += spi-oc-tiny.o 41ca632f55SGrant Likelyobj-$(CONFIG_SPI_OMAP_UWIRE) += spi-omap-uwire.o 42ca632f55SGrant Likelyobj-$(CONFIG_SPI_OMAP_100K) += spi-omap-100k.o 43ca632f55SGrant Likelyobj-$(CONFIG_SPI_OMAP24XX) += spi-omap2-mcspi.o 44ca632f55SGrant Likelyobj-$(CONFIG_SPI_ORION) += spi-orion.o 45ca632f55SGrant Likelyobj-$(CONFIG_SPI_PL022) += spi-pl022.o 46ca632f55SGrant Likelyobj-$(CONFIG_SPI_PPC4xx) += spi-ppc4xx.o 47ca632f55SGrant Likelyobj-$(CONFIG_SPI_PXA2XX) += spi-pxa2xx.o 48ca632f55SGrant Likelyobj-$(CONFIG_SPI_PXA2XX_PCI) += spi-pxa2xx-pci.o 490b2182ddSShimoda, Yoshihiroobj-$(CONFIG_SPI_RSPI) += spi-rspi.o 50ca632f55SGrant Likelyobj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o 51ca632f55SGrant Likelyspi-s3c24xx-hw-y := spi-s3c24xx.o 52ca632f55SGrant Likelyspi-s3c24xx-hw-$(CONFIG_SPI_S3C24XX_FIQ) += spi-s3c24xx-fiq.o 53ca632f55SGrant Likelyobj-$(CONFIG_SPI_S3C64XX) += spi-s3c64xx.o 54ca632f55SGrant Likelyobj-$(CONFIG_SPI_SH) += spi-sh.o 55d1c8bbd7SKuninori Morimotoobj-$(CONFIG_SPI_SH_HSPI) += spi-sh-hspi.o 56ca632f55SGrant Likelyobj-$(CONFIG_SPI_SH_MSIOF) += spi-sh-msiof.o 57ca632f55SGrant Likelyobj-$(CONFIG_SPI_SH_SCI) += spi-sh-sci.o 581cc2df9dSZhiwu Songobj-$(CONFIG_SPI_SIRF) += spi-sirf.o 59ca632f55SGrant Likelyobj-$(CONFIG_SPI_STMP3XXX) += spi-stmp.o 60ca632f55SGrant Likelyobj-$(CONFIG_SPI_TEGRA) += spi-tegra.o 61ca632f55SGrant Likelyobj-$(CONFIG_SPI_TI_SSP) += spi-ti-ssp.o 62ca632f55SGrant Likelyobj-$(CONFIG_SPI_TLE62X0) += spi-tle62x0.o 63ca632f55SGrant Likelyobj-$(CONFIG_SPI_TOPCLIFF_PCH) += spi-topcliff-pch.o 64ca632f55SGrant Likelyobj-$(CONFIG_SPI_TXX9) += spi-txx9.o 65ca632f55SGrant Likelyobj-$(CONFIG_SPI_XILINX) += spi-xilinx.o 66bec0806cSBen Dooks 67