diff options
author | David Daney <david.daney@cavium.com> | 2012-08-22 15:25:07 -0400 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-08-22 17:46:38 -0400 |
commit | 6b52c00f2b4931c12117dc32a7cf6d5ee59f14ea (patch) | |
tree | a250907a597184ac43abc343b89e85692f456e41 /drivers/spi/Kconfig | |
parent | 95d585fc289cae216b5abed65bb3dbc85b5d91d4 (diff) |
spi: Add SPI master controller for OCTEON SOCs.
Add the driver, link it into the kbuild system and provide device tree
binding documentation.
Signed-off-by: David Daney <david.daney@cavium.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Patchwork: http://patchwork.linux-mips.org/patch/4292/
Signed-off-by: John Crispin <blogic@openwrt.org>
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 5f84b5563c2d..d654f88f4cfb 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -237,6 +237,13 @@ config SPI_OC_TINY | |||
237 | help | 237 | help |
238 | This is the driver for OpenCores tiny SPI master controller. | 238 | This is the driver for OpenCores tiny SPI master controller. |
239 | 239 | ||
240 | config SPI_OCTEON | ||
241 | tristate "Cavium OCTEON SPI controller" | ||
242 | depends on CPU_CAVIUM_OCTEON | ||
243 | help | ||
244 | SPI host driver for the hardware found on some Cavium OCTEON | ||
245 | SOCs. | ||
246 | |||
240 | config SPI_OMAP_UWIRE | 247 | config SPI_OMAP_UWIRE |
241 | tristate "OMAP1 MicroWire" | 248 | tristate "OMAP1 MicroWire" |
242 | depends on ARCH_OMAP1 | 249 | depends on ARCH_OMAP1 |