[PATCH] spi: atcspi200: enable compile testing

From: Johan Hovold

Date: Thu Apr 09 2026 - 10:58:58 EST


There seems to be nothing preventing this driver from being compile
tested so enable that for wider build coverage.

Signed-off-by: Johan Hovold <johan@xxxxxxxxxx>
---
drivers/spi/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index ddd53cb48567..b563f49e2197 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -138,7 +138,7 @@ config SPI_AR934X

config SPI_ATCSPI200
tristate "Andes ATCSPI200 SPI controller"
- depends on ARCH_ANDES
+ depends on ARCH_ANDES || COMPILE_TEST
help
SPI driver for Andes ATCSPI200 SPI controller.
ATCSPI200 controller supports DMA and PIO modes. When DMA
--
2.52.0