Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: GPIO_MVEBU should not default to y when compile-testing

Merely enabling compile-testing should not enable additional
functionality.

Fixes: 956ee0c5c969c9ca ("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>

authored by

Geert Uytterhoeven and committed by
Bartosz Golaszewski
70327137 40384c84

+2 -1
+2 -1
drivers/gpio/Kconfig
··· 482 482 Say yes here to support the Mediatek MT7621 SoC GPIO device. 483 483 484 484 config GPIO_MVEBU 485 - def_bool y 485 + bool "Marvell Orion and EBU GPIO support" if COMPILE_TEST 486 486 depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST 487 + default PLAT_ORION || ARCH_MVEBU 487 488 select GENERIC_IRQ_CHIP 488 489 select REGMAP_MMIO 489 490