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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 5f84b5563c2d..920bb4d22d40 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -325,6 +325,12 @@ config SPI_S3C64XX | |||
325 | help | 325 | help |
326 | SPI driver for Samsung S3C64XX and newer SoCs. | 326 | SPI driver for Samsung S3C64XX and newer SoCs. |
327 | 327 | ||
328 | config SPI_SC18IS602 | ||
329 | tristate "NXP SC18IS602/602B/603 I2C to SPI bridge" | ||
330 | depends on I2C | ||
331 | help | ||
332 | SPI driver for NXP SC18IS602/602B/603 I2C to SPI bridge. | ||
333 | |||
328 | config SPI_SH_MSIOF | 334 | config SPI_SH_MSIOF |
329 | tristate "SuperH MSIOF SPI controller" | 335 | tristate "SuperH MSIOF SPI controller" |
330 | depends on SUPERH && HAVE_CLK | 336 | depends on SUPERH && HAVE_CLK |