Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <johan@kernel.org>
Link: https://patch.msgid.link/20260409145618.466701-1-johan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Johan Hovold and committed by
Mark Brown
5bbc10c5 484eb2c4

+1 -1
+1 -1
drivers/spi/Kconfig
··· 138 138 139 139 config SPI_ATCSPI200 140 140 tristate "Andes ATCSPI200 SPI controller" 141 - depends on ARCH_ANDES 141 + depends on ARCH_ANDES || COMPILE_TEST 142 142 help 143 143 SPI driver for Andes ATCSPI200 SPI controller. 144 144 ATCSPI200 controller supports DMA and PIO modes. When DMA