diff options
| author | Jan Glauber <jglauber@cavium.com> | 2016-08-19 10:03:20 -0400 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2016-08-19 11:24:39 -0400 |
| commit | 7347a6c7af8d9b5edf587678e80c7e5bc24ec2d5 (patch) | |
| tree | aa1ce6b9ef511aed1e1dbb55d1aab8941f77977d /drivers/spi/Kconfig | |
| parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
spi: octeon: Add ThunderX driver
Add ThunderX SPI driver using the shared part from the Octeon
driver. The main difference of the ThunderX driver is that it
is a PCI device so probing is different. The system clock settings
can be specified in device tree.
Signed-off-by: Jan Glauber <jglauber@cavium.com>
Signed-off-by: Mark Brown <broonie@kernel.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 d6fb8d4b7786..8108971af601 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
| @@ -631,6 +631,13 @@ config SPI_TEGRA20_SLINK | |||
| 631 | help | 631 | help |
| 632 | SPI driver for Nvidia Tegra20/Tegra30 SLINK Controller interface. | 632 | SPI driver for Nvidia Tegra20/Tegra30 SLINK Controller interface. |
| 633 | 633 | ||
| 634 | config SPI_THUNDERX | ||
| 635 | tristate "Cavium ThunderX SPI controller" | ||
| 636 | depends on PCI && 64BIT && (ARM64 || COMPILE_TEST) | ||
| 637 | help | ||
| 638 | SPI host driver for the hardware found on Cavium ThunderX | ||
| 639 | SOCs. | ||
| 640 | |||
| 634 | config SPI_TOPCLIFF_PCH | 641 | config SPI_TOPCLIFF_PCH |
| 635 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) SPI" | 642 | tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) SPI" |
| 636 | depends on PCI && (X86_32 || MIPS || COMPILE_TEST) | 643 | depends on PCI && (X86_32 || MIPS || COMPILE_TEST) |
