diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2012-07-19 12:44:07 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-20 06:08:44 -0400 |
commit | b316590043372c2ca0040567a480396eb4bb2f0b (patch) | |
tree | d256f01dc1cce66321c2e82f5c551b8f2a4806ab /drivers/spi/Kconfig | |
parent | 8b17e0559fe728b89b45f4d88b4b30b498862709 (diff) |
spi: Add AD-FMCOMMS1-EBZ I2C-SPI bridge driver
This patch adds support for the I2C-SPI bridge which can be found on the Analog
Devices AD-FMCOMMS1-EBZ board.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 0a7256924cf3..12468e5bfef8 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -384,6 +384,13 @@ config SPI_TXX9 | |||
384 | help | 384 | help |
385 | SPI driver for Toshiba TXx9 MIPS SoCs | 385 | SPI driver for Toshiba TXx9 MIPS SoCs |
386 | 386 | ||
387 | config SPI_XCOMM | ||
388 | tristate "Analog Devices AD-FMCOMMS1-EBZ SPI-I2C-bridge driver" | ||
389 | depends on I2C | ||
390 | help | ||
391 | Support for the SPI-I2C bridge found on the Analog Devices | ||
392 | AD-FMCOMMS1-EBZ board. | ||
393 | |||
387 | config SPI_XILINX | 394 | config SPI_XILINX |
388 | tristate "Xilinx SPI controller common module" | 395 | tristate "Xilinx SPI controller common module" |
389 | depends on HAS_IOMEM && EXPERIMENTAL | 396 | depends on HAS_IOMEM && EXPERIMENTAL |