diff options
author | Kamlakant Patel <kamlakant.patel@broadcom.com> | 2015-08-27 14:19:28 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-28 19:22:19 +0200 |
commit | d8c80d49cfa08b83841a3e315fa13dd310bec006 (patch) | |
tree | 3854b62d4e42491af895370c1d76dbcc1a803cdd /drivers/spi/Kconfig | |
parent | Linux 4.2-rc2 (diff) | |
download | linux-d8c80d49cfa08b83841a3e315fa13dd310bec006.tar.xz linux-d8c80d49cfa08b83841a3e315fa13dd310bec006.zip |
spi/xlp: SPI controller driver for Netlogic XLP SoCs
Add SPI Master controller driver for the SPI interface on XLP8XX,
XLP3XX, XLP2XX, XLP9XX and XLP5XX family of Netlogic XLP MIPS64 processors.
Signed-off-by: Kamlakant Patel <kamlakant.patel@broadcom.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 0cae1694014d..85b33b57c929 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -598,6 +598,17 @@ config SPI_XILINX Or for the DS570, see "XPS Serial Peripheral Interface (SPI) (v2.00b)" +config SPI_XLP + tristate "Netlogic XLP SPI controller driver" + depends on CPU_XLP || COMPILE_TEST + help + Enable support for the SPI controller on the Netlogic XLP SoCs. + Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX, XLP9XX + and XLP5XX. + + If you have a Netlogic XLP platform say Y here. + If unsure, say N. + config SPI_XTENSA_XTFPGA tristate "Xtensa SPI controller for xtfpga" depends on (XTENSA && XTENSA_PLATFORM_XTFPGA) || COMPILE_TEST |