diff options
author | Mark Brown <broonie@kernel.org> | 2023-02-23 20:20:25 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-03-06 02:39:10 +0300 |
commit | f916c7080d28831493518364492e33fc6a437907 (patch) | |
tree | cae8f1f620b1feb2ccc84f9e03472c5da03649c7 /drivers/spi/Kconfig | |
parent | e48d57d7203441b7a32b4275462ebb9296ea3fa0 (diff) | |
download | linux-f916c7080d28831493518364492e33fc6a437907.tar.xz |
spi: fsi: Make available for build test
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>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 4bfb6443d545..9a880554134e 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. |