The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] gpio: spear-spics: Add COMPILE_TEST support
@ 2026-05-10 19:55 Rosen Penev
  2026-05-11 13:25 ` Bartosz Golaszewski
  0 siblings, 1 reply; 2+ messages in thread
From: Rosen Penev @ 2026-05-10 19:55 UTC (permalink / raw)
  To: linux-gpio; +Cc: Linus Walleij, Bartosz Golaszewski, open list

The SPEAr SPI chip-select GPIO driver only depends on generic platform,
OF, and MMIO interfaces, so it can be built outside SPEAr platform
configurations.

Enable compile-test coverage to catch build regressions on other
architectures.

Assisted-by: Codex:GPT-5.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 51f510fa8cc7..7dc25a4ed761 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -699,7 +699,7 @@ config GPIO_SPACEMIT_K1
 
 config GPIO_SPEAR_SPICS
 	bool "ST SPEAr13xx SPI Chip Select as GPIO support"
-	depends on PLAT_SPEAR
+	depends on PLAT_SPEAR || COMPILE_TEST
 	select GENERIC_IRQ_CHIP
 	help
 	  Say yes here to support ST SPEAr SPI Chip Select as GPIO device.
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gpio: spear-spics: Add COMPILE_TEST support
  2026-05-10 19:55 [PATCH] gpio: spear-spics: Add COMPILE_TEST support Rosen Penev
@ 2026-05-11 13:25 ` Bartosz Golaszewski
  0 siblings, 0 replies; 2+ messages in thread
From: Bartosz Golaszewski @ 2026-05-11 13:25 UTC (permalink / raw)
  To: linux-gpio, Rosen Penev
  Cc: Bartosz Golaszewski, Linus Walleij, Bartosz Golaszewski,
	linux-kernel


On Sun, 10 May 2026 12:55:31 -0700, Rosen Penev wrote:
> The SPEAr SPI chip-select GPIO driver only depends on generic platform,
> OF, and MMIO interfaces, so it can be built outside SPEAr platform
> configurations.
> 
> Enable compile-test coverage to catch build regressions on other
> architectures.
> 
> [...]

Applied, thanks!

[1/1] gpio: spear-spics: Add COMPILE_TEST support
      https://git.kernel.org/brgl/c/63677aa485245cfc0e107f9d625d4f846223415a

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-05-11 13:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-10 19:55 [PATCH] gpio: spear-spics: Add COMPILE_TEST support Rosen Penev
2026-05-11 13:25 ` Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox