summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Hovold <johan@kernel.org>2026-04-08 11:44:07 +0300
committerMark Brown <broonie@kernel.org>2026-04-08 18:00:45 +0300
commit484eb2c4cc7f788a68c11abc477c065a79cfc0d6 (patch)
treebc91ad4c4e9efc8fcc8d28203a3d92b4ab3f7661
parent2c9e7a5f2e3f398213c0c122c18ffa2f4e192457 (diff)
downloadlinux-484eb2c4cc7f788a68c11abc477c065a79cfc0d6.tar.xz
spi: pl022: enable compile testing
There seems to be nothing preventing this driver from being compile tested so enable that for wider build coverage. Signed-off-by: Johan Hovold <johan@kernel.org> Link: https://patch.msgid.link/20260408084407.107416-1-johan@kernel.org Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index c3b2f02f5912..ddd53cb48567 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -866,7 +866,7 @@ config SPI_PIC32_SQI
config SPI_PL022
tristate "ARM AMBA PL022 SSP controller"
- depends on ARM_AMBA
+ depends on ARM_AMBA || COMPILE_TEST
default y if ARCH_REALVIEW
default y if INTEGRATOR_IMPD1
default y if ARCH_VERSATILE