Browse Source

spi: xlp: Enable SPI driver for Broadcom Vulcan ARM64

- Vulcan spi controller is compatible with netlogic,xlp832-spi.
- Add depends on ARCH_VULCAN to Kconfig to enable spi controller
  driver for Broadcom Vulcan ARM64 SoCs.

Signed-off-by: Kamlakant Patel <kamlakant.patel@broadcom.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Kamlakant Patel 9 years ago
parent
commit
bf23d1917d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/spi/Kconfig

+ 1 - 1
drivers/spi/Kconfig

@@ -656,7 +656,7 @@ config SPI_XILINX
 
 
 config SPI_XLP
 config SPI_XLP
 	tristate "Netlogic XLP SPI controller driver"
 	tristate "Netlogic XLP SPI controller driver"
-	depends on CPU_XLP || COMPILE_TEST
+	depends on CPU_XLP || ARCH_VULCAN || COMPILE_TEST
 	help
 	help
 	  Enable support for the SPI controller on the Netlogic XLP SoCs.
 	  Enable support for the SPI controller on the Netlogic XLP SoCs.
 	  Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX, XLP9XX
 	  Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX, XLP9XX