Message ID | 20240930091111.32010-1-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | [1/2] gpio: mvebu: allow building the module with COMPILE_TEST=y | expand |
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Mon, 30 Sep 2024 11:11:10 +0200, Bartosz Golaszewski wrote: > Make it possible to build the module when COMPILE_TEST is enabled for > better build coverage. > > Applied, thanks! [1/2] gpio: mvebu: allow building the module with COMPILE_TEST=y commit: 956ee0c5c969c9caf6744e166f5a80526be10c5b [2/2] gpio: mvebu: use generic device properties commit: ddfdfe76ca54e5615a8e3eefd7dbe44c624ee9fa Best regards,
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