diff options
author | Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com> | 2012-03-07 00:46:25 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-03-07 21:18:49 -0500 |
commit | 0b2182ddac4b8837bbba996d03b7b28f4346db0a (patch) | |
tree | 2cfd0ba316ca67717f3e06d14ee30fa73c92f6df /drivers/spi/Makefile | |
parent | 0eb8880fac7b0f32ebab33f99e758c6b308e3aa1 (diff) |
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/Makefile | 1 |
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 | |||
44 | obj-$(CONFIG_SPI_PPC4xx) += spi-ppc4xx.o | 44 | obj-$(CONFIG_SPI_PPC4xx) += spi-ppc4xx.o |
45 | obj-$(CONFIG_SPI_PXA2XX) += spi-pxa2xx.o | 45 | obj-$(CONFIG_SPI_PXA2XX) += spi-pxa2xx.o |
46 | obj-$(CONFIG_SPI_PXA2XX_PCI) += spi-pxa2xx-pci.o | 46 | obj-$(CONFIG_SPI_PXA2XX_PCI) += spi-pxa2xx-pci.o |
47 | obj-$(CONFIG_SPI_RSPI) += spi-rspi.o | ||
47 | obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o | 48 | obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o |
48 | spi-s3c24xx-hw-y := spi-s3c24xx.o | 49 | spi-s3c24xx-hw-y := spi-s3c24xx.o |
49 | spi-s3c24xx-hw-$(CONFIG_SPI_S3C24XX_FIQ) += spi-s3c24xx-fiq.o | 50 | spi-s3c24xx-hw-$(CONFIG_SPI_S3C24XX_FIQ) += spi-s3c24xx-fiq.o |