From: Johan Hovold Date: Thu, 9 Apr 2026 14:56:18 +0000 (+0200) Subject: spi: atcspi200: enable compile testing X-Git-Tag: v7.1-rc1~153^2~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bbc10c50a35490624b86f457ead53054dcd0b34;p=thirdparty%2Fkernel%2Fstable.git spi: atcspi200: enable compile testing There seems to be nothing preventing this driver from being compile tested so enable that for wider build coverage. Signed-off-by: Johan Hovold Link: https://patch.msgid.link/20260409145618.466701-1-johan@kernel.org Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ddd53cb485675..b563f49e21977 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