From: Johan Hovold Date: Wed, 8 Apr 2026 08:44:07 +0000 (+0200) Subject: spi: pl022: enable compile testing X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=484eb2c4cc7f788a68c11abc477c065a79cfc0d6;p=thirdparty%2Fkernel%2Flinux.git 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 Link: https://patch.msgid.link/20260408084407.107416-1-johan@kernel.org Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index c3b2f02f5912e..ddd53cb485675 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