Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCHv2] gpio: merrifield: allow COMPILE_TEST builds
@ 2026-07-29 20:42 Rosen Penev
  0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-07-29 20:42 UTC (permalink / raw)
  To: linux-gpio; +Cc: Linus Walleij, Bartosz Golaszewski, open list

The Intel Merrifield GPIO driver builds on non-X86 platforms. Allow it to
build with COMPILE_TEST.

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

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f03c05288376..4c02c56f6748 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1854,7 +1854,7 @@ config GPIO_BT8XX
 
 config GPIO_MERRIFIELD
 	tristate "Intel Merrifield GPIO support"
-	depends on X86_INTEL_MID
+	depends on X86_INTEL_MID || COMPILE_TEST
 	select GPIO_TANGIER
 	help
 	  Say Y here to support Intel Merrifield GPIO.
-- 
2.55.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-29 20:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-29 20:42 [PATCHv2] gpio: merrifield: allow COMPILE_TEST builds Rosen Penev

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