Skip to content

Commit bf23d19

Browse files
Kamlakant Patelbroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent c508709 commit bf23d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ config SPI_XILINX
656656

657657
config SPI_XLP
658658
tristate "Netlogic XLP SPI controller driver"
659-
depends on CPU_XLP || COMPILE_TEST
659+
depends on CPU_XLP || ARCH_VULCAN || COMPILE_TEST
660660
help
661661
Enable support for the SPI controller on the Netlogic XLP SoCs.
662662
Currently supported XLP variants are XLP8XX, XLP3XX, XLP2XX, XLP9XX

0 commit comments

Comments
 (0)