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:
parent
22dec5aa59
commit
956ee0c5c9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue