mirror of https://github.com/torvalds/linux.git
gpio: pl061: enable building the module with COMPILE_TEST=y
Extend the build coverage by allowing to build the module with COMPILE_TEST enabled. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250408-gpio-compile-test-v1-3-140e108e9392@linaro.org Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
parent
4675b78c88
commit
bcb4be0907
|
|
@ -551,7 +551,7 @@ config GPIO_OMAP
|
||||||
|
|
||||||
config GPIO_PL061
|
config GPIO_PL061
|
||||||
tristate "PrimeCell PL061 GPIO support"
|
tristate "PrimeCell PL061 GPIO support"
|
||||||
depends on ARM_AMBA
|
depends on ARM_AMBA || COMPILE_TEST
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
select GPIOLIB_IRQCHIP
|
select GPIOLIB_IRQCHIP
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue