diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2011-02-14 10:20:39 +0800 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-02-22 14:59:53 -0700 |
commit | ce792580ea2ce6f7259b45124e9ccc4574c31606 (patch) | |
tree | f2ec419aade609b4e425ed4995c01ba818e363af /drivers/spi/Kconfig | |
parent | 9bde36afcaf0ec2ad9f03974da41875c759a4fe8 (diff) | |
download | linux-ce792580ea2ce6f7259b45124e9ccc4574c31606.tar.bz2 |
spi: add OpenCores tiny SPI driver
This patch adds support of OpenCores tiny SPI driver.
http://opencores.org/project,tiny_spi
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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 bb233a9cbad2..8faa57a58dd1 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -231,6 +231,13 @@ config SPI_FSL_ESPI From MPC8536, 85xx platform uses the controller, and all P10xx, P20xx, P30xx,P40xx, P50xx uses this controller. +config SPI_OC_TINY + tristate "OpenCores tiny SPI" + depends on GENERIC_GPIO + select SPI_BITBANG + help + This is the driver for OpenCores tiny SPI master controller. + config SPI_OMAP_UWIRE tristate "OMAP1 MicroWire" depends on ARCH_OMAP1 |