mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-11 20:39:55 +00:00
gpio: mvebu: allow building the module with COMPILE_TEST=y
Make it possible to build the module when COMPILE_TEST is enabled for better build coverage. Link: https://lore.kernel.org/r/20240930091111.32010-1-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
@@ -487,7 +487,7 @@ config GPIO_MT7621
|
|||||||
|
|
||||||
config GPIO_MVEBU
|
config GPIO_MVEBU
|
||||||
def_bool y
|
def_bool y
|
||||||
depends on PLAT_ORION || ARCH_MVEBU
|
depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
|
||||||
depends on OF_GPIO
|
depends on OF_GPIO
|
||||||
select GENERIC_IRQ_CHIP
|
select GENERIC_IRQ_CHIP
|
||||||
select REGMAP_MMIO
|
select REGMAP_MMIO
|
||||||
|
|||||||
Reference in New Issue
Block a user