Skip to content

Commit 7032713

Browse files
geertuBartosz Golaszewski
authored andcommitted
gpio: GPIO_MVEBU should not default to y when compile-testing
Merely enabling compile-testing should not enable additional functionality. Fixes: 956ee0c ("gpio: mvebu: allow building the module with COMPILE_TEST=y") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/6b9e55dbf544297d5acf743f6fa473791ab10644.1733242798.git.geert+renesas@glider.be Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
1 parent 40384c8 commit 7032713

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

drivers/gpio/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,9 @@ config GPIO_MT7621
482482
Say yes here to support the Mediatek MT7621 SoC GPIO device.
483483

484484
config GPIO_MVEBU
485-
def_bool y
485+
bool "Marvell Orion and EBU GPIO support" if COMPILE_TEST
486486
depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
487+
default PLAT_ORION || ARCH_MVEBU
487488
select GENERIC_IRQ_CHIP
488489
select REGMAP_MMIO
489490

0 commit comments

Comments
 (0)