mirror of
https://github.com/torvalds/linux.git
synced 2026-09-25 21:21:09 -04:00
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user