diff options
author | Guenter Roeck <linux@roeck-us.net> | 2012-08-18 12:06:27 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-22 14:34:51 -0400 |
commit | 3ce8859e2e72713d3619285cab609d05c3591fc4 (patch) | |
tree | c5ac44e96198137f34559e1fd493c9d6b02960b1 /drivers/spi/Makefile | |
parent | 21879213652aca6e3fe250fc8e02c68e71c5e18a (diff) |
spi: Master driver for NXP SC18IS602/603
This driver adds support for NXP SC18IS602/603 I2C to SPI bus bridge.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 3920dcf4c740..7559c984db77 100644 --- a/drivers/spi/Makefile +++ b/drivers/spi/Makefile | |||
@@ -51,6 +51,7 @@ obj-$(CONFIG_SPI_S3C24XX) += spi-s3c24xx-hw.o | |||
51 | spi-s3c24xx-hw-y := spi-s3c24xx.o | 51 | spi-s3c24xx-hw-y := spi-s3c24xx.o |
52 | spi-s3c24xx-hw-$(CONFIG_SPI_S3C24XX_FIQ) += spi-s3c24xx-fiq.o | 52 | spi-s3c24xx-hw-$(CONFIG_SPI_S3C24XX_FIQ) += spi-s3c24xx-fiq.o |
53 | obj-$(CONFIG_SPI_S3C64XX) += spi-s3c64xx.o | 53 | obj-$(CONFIG_SPI_S3C64XX) += spi-s3c64xx.o |
54 | obj-$(CONFIG_SPI_SC18IS602) += spi-sc18is602.o | ||
54 | obj-$(CONFIG_SPI_SH) += spi-sh.o | 55 | obj-$(CONFIG_SPI_SH) += spi-sh.o |
55 | obj-$(CONFIG_SPI_SH_HSPI) += spi-sh-hspi.o | 56 | obj-$(CONFIG_SPI_SH_HSPI) += spi-sh-hspi.o |
56 | obj-$(CONFIG_SPI_SH_MSIOF) += spi-sh-msiof.o | 57 | obj-$(CONFIG_SPI_SH_MSIOF) += spi-sh-msiof.o |