Message ID | 20230221-spi-arch-deps-v1-5-83d1566474cf@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | f916c7080d28831493518364492e33fc6a437907 |
Headers | show |
Series | spi: Build coverage cleanups and improvements | expand |
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 00c6c41d2df7..753d006f8217 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -357,7 +357,7 @@ config SPI_FALCON config SPI_FSI tristate "FSI SPI driver" - depends on FSI + depends on FSI || COMPILE_TEST help This enables support for the driver for FSI bus attached SPI controllers.
There is no build time dependency on the platform support so add an || COMPILE_TEST so we've got better build coverage of the driver. Signed-off-by: Mark Brown <broonie@kernel.org> --- drivers/spi/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)