linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] gpio: mvebu: allow building the module with COMPILE_TEST=y
@ 2024-09-30  9:11 Bartosz Golaszewski
  2024-09-30  9:11 ` [PATCH 2/2] gpio: mvebu: use generic device properties Bartosz Golaszewski
  2024-10-08  8:09 ` [PATCH 1/2] gpio: mvebu: allow building the module with COMPILE_TEST=y Bartosz Golaszewski
  0 siblings, 2 replies; 5+ messages in thread
From: Bartosz Golaszewski @ 2024-09-30  9:11 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski, Uwe Kleine-König
  Cc: linux-gpio, linux-kernel, linux-pwm, Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Make it possible to build the module when COMPILE_TEST is enabled for
better build coverage.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d93cd4f722b4..98722e814e81 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -487,7 +487,7 @@ config GPIO_MT7621
 
 config GPIO_MVEBU
 	def_bool y
-	depends on PLAT_ORION || ARCH_MVEBU
+	depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
 	depends on OF_GPIO
 	select GENERIC_IRQ_CHIP
 	select REGMAP_MMIO
-- 
2.43.0


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

end of thread, other threads:[~2024-10-08  8:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30  9:11 [PATCH 1/2] gpio: mvebu: allow building the module with COMPILE_TEST=y Bartosz Golaszewski
2024-09-30  9:11 ` [PATCH 2/2] gpio: mvebu: use generic device properties Bartosz Golaszewski
2024-10-01  7:33   ` Uwe Kleine-König
2024-10-01  8:42     ` Bartosz Golaszewski
2024-10-08  8:09 ` [PATCH 1/2] gpio: mvebu: allow building the module with COMPILE_TEST=y Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).