diff options
author | Cliff Cai <cliff.cai@analog.com> | 2011-03-28 04:57:11 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-05-27 03:23:54 -0400 |
commit | 9c3e737561b2473ea1fc5b83a0c1d51e1ff3d294 (patch) | |
tree | f6c2486cb53b5a3089a498f1f60f07b474bacc2d /drivers/spi/Kconfig | |
parent | 80b4037033c2dae31e73810d506ce93b3783be05 (diff) |
spi/spi_bfin_sport: new driver for a SPI bus via the Blackfin SPORT peripheral
The Blackfin SPORT peripheral is a pretty flexible device. With enough
coaching, we can make it generate SPI compatible waveforms. This is
desirable as the SPORT can run at much higher clock frequencies than the
dedicated on-chip SPI peripheral, and it can do full duplex DMA. It also
opens up the possibility of multiple SPI buses in case someone wants to
dedicate a whole bus to a specific part that does not play well with
others.
Signed-off-by: Cliff Cai <cliff.cai@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index fbd96b29530d..de35c3ad8a69 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -80,6 +80,15 @@ config SPI_BFIN | |||
80 | help | 80 | help |
81 | This is the SPI controller master driver for Blackfin 5xx processor. | 81 | This is the SPI controller master driver for Blackfin 5xx processor. |
82 | 82 | ||
83 | config SPI_BFIN_SPORT | ||
84 | tristate "SPI bus via Blackfin SPORT" | ||
85 | depends on BLACKFIN | ||
86 | help | ||
87 | Enable support for a SPI bus via the Blackfin SPORT peripheral. | ||
88 | |||
89 | This driver can also be built as a module. If so, the module | ||
90 | will be called spi_bfin_sport. | ||
91 | |||
83 | config SPI_AU1550 | 92 | config SPI_AU1550 |
84 | tristate "Au1550/Au12x0 SPI Controller" | 93 | tristate "Au1550/Au12x0 SPI Controller" |
85 | depends on (SOC_AU1550 || SOC_AU1200) && EXPERIMENTAL | 94 | depends on (SOC_AU1550 || SOC_AU1200) && EXPERIMENTAL |