summaryrefslogtreecommitdiffstats
path: root/drivers/spi/Makefile
diff options
context:
space:
mode:
authorShimoda, Yoshihiro2012-03-07 06:46:25 +0100
committerGrant Likely2012-03-08 03:18:49 +0100
commit0b2182ddac4b8837bbba996d03b7b28f4346db0a (patch)
tree2cfd0ba316ca67717f3e06d14ee30fa73c92f6df /drivers/spi/Makefile
parentspi/spi-sh: add IORESOURCE_MEM_TYPE_MASK decoding for access size (diff)
downloadkernel-qcow2-linux-0b2182ddac4b8837bbba996d03b7b28f4346db0a.tar.gz
kernel-qcow2-linux-0b2182ddac4b8837bbba996d03b7b28f4346db0a.tar.xz
kernel-qcow2-linux-0b2182ddac4b8837bbba996d03b7b28f4346db0a.zip
spi: add support for Renesas RSPI
The SH7757 has RSPI module. This patch supports it. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Makefile')
-rw-r--r--drivers/spi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Makefile b/drivers/spi/Makefile
index 61c3261c388c..326e6a1ac0ca 100644
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
@@ -44,6 +44,7 @@ obj-$(CONFIG_SPI_PL022) += spi-pl022.o
obj-$(CONFIG_SPI_PPC4xx) += spi-ppc4xx.o
obj-$(CONFIG_SPI_PXA2XX) += spi-pxa2xx.o
obj-$(CONFIG_SPI_PXA2XX_PCI) += spi-pxa2xx-pci.o
+obj-$(CONFIG_SPI_RSPI) += spi-rspi.o
obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o
spi-s3c24xx-hw-y := spi-s3c24xx.o
spi-s3c24xx-hw-$(CONFIG_SPI_S3C24XX_FIQ) += spi-s3c24xx-fiq.o