From 84b7344c05c5e48db4cf75cd3e91aef8d553d88e Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Tue, 25 Nov 2025 17:06:56 +0100 Subject: [PATCH] spi: microchip: Enable compile-testing for FPGA SPI controllers The Microchip FPGA SPI controller driver builds fine on other platforms. While at it, drop a superfluous empty line. Signed-off-by: Geert Uytterhoeven Link: https://patch.msgid.link/6f96848b026f9a343b80d48179149b30c6b76d1d.1764086805.git.geert+renesas@glider.be Signed-off-by: Mark Brown --- drivers/spi/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e34aa246eef90..2421d9ca22b67 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -873,9 +873,9 @@ config SPI_PL022 bus and a PL022 controller, say Y or M here. config SPI_POLARFIRE_SOC - tristate "Microchip FPGA SPI controllers" - depends on SPI_MASTER && ARCH_MICROCHIP + depends on SPI_MASTER + depends on ARCH_MICROCHIP || COMPILE_TEST help This enables the SPI driver for Microchip FPGA SPI controllers. Say Y or M here if you want to use the "hard" controllers on -- 2.47.3