mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:38:03 +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:
parent
22dec5aa59
commit
956ee0c5c9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user