diff options
author | Jayachandran C <jnair@caviumnetworks.com> | 2017-03-12 11:11:43 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-13 16:48:40 +0000 |
commit | 251831bd4f4903415da7f0ce04dc0de26bc43f1d (patch) | |
tree | b2e3f49223cb71bd72c6977256bbbde261edc25f /drivers/spi/Kconfig | |
parent | fafd67940774733fa97f4b09412aea6981b82e0a (diff) | |
download | linux-251831bd4f4903415da7f0ce04dc0de26bc43f1d.tar.bz2 |
spi: xlp: update for ARCH_VULCAN2
ARCH_VULCAN arm64 platform (for Broadcom Vulcan ARM64 processors) has
been discontinued. Cavium's ThunderX2 CN99XX (ARCH_THUNDER2) will be
the next revision of the platform.
Update compile dependencies and ACPI ID to reflect this change. There
is not need to retain ARCH_VULCAN since the Vulcan processor was never
in production and ARCH_VULCAN will be deleted soon.
Signed-off-by: Jayachandran C <jnair@caviumnetworks.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ec4aa252d6e8..8c40b5216ad6 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -705,7 +705,7 @@ config SPI_XILINX config SPI_XLP tristate "Netlogic XLP SPI controller driver" - depends on CPU_XLP || ARCH_VULCAN || COMPILE_TEST + depends on CPU_XLP || ARCH_THUNDER2 || COMPILE_TEST help Enable support for the SPI controller on the Netlogic XLP SoCs. Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX, XLP9XX |