projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e48d57d
)
spi: fsi: Make available for build test
author
Mark Brown
<broonie@kernel.org>
Thu, 23 Feb 2023 17:20:25 +0000
(17:20 +0000)
committer
Mark 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
patch
|
blob
|
history
diff --git
a/drivers/spi/Kconfig
b/drivers/spi/Kconfig
index 4bfb6443d5454f7039ed200235e1040b9d003db3..9a880554134e3122ba6f5c240ea7034b9c1107f8 100644
(file)
--- 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.