spi: fsi: Make available for build test
authorMark Brown <broonie@kernel.org>
Thu, 23 Feb 2023 17:20:25 +0000 (17:20 +0000)
committerMark Brown <broonie@kernel.org>
Sun, 5 Mar 2023 23:39:10 +0000 (23:39 +0000)
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>
Link: https://lore.kernel.org/r/20230221-spi-arch-deps-v1-5-83d1566474cf@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig

index 4bfb6443d5454f7039ed200235e1040b9d003db3..9a880554134e3122ba6f5c240ea7034b9c1107f8 100644 (file)
@@ -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.