diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2025-11-25 17:06:56 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-11-25 16:13:14 +0000 |
| commit | 84b7344c05c5e48db4cf75cd3e91aef8d553d88e (patch) | |
| tree | 95d6b156900d4a0d5cb767e780e6de640ca38e7e | |
| parent | afbf83671e62768e1f183c3aef2a9f62e8b83684 (diff) | |
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 <geert+renesas@glider.be>
Link: https://patch.msgid.link/6f96848b026f9a343b80d48179149b30c6b76d1d.1764086805.git.geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e34aa246eef9..2421d9ca22b6 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 |
