mirror of https://github.com/torvalds/linux.git
gpio: msc313: 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-2-140e108e9392@linaro.org Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
parent
6273ef3560
commit
4675b78c88
|
|
@ -877,7 +877,7 @@ config GPIO_AMD_FCH
|
||||||
|
|
||||||
config GPIO_MSC313
|
config GPIO_MSC313
|
||||||
bool "MStar MSC313 GPIO support"
|
bool "MStar MSC313 GPIO support"
|
||||||
depends on ARCH_MSTARV7
|
depends on ARCH_MSTARV7 || COMPILE_TEST
|
||||||
default ARCH_MSTARV7
|
default ARCH_MSTARV7
|
||||||
select GPIOLIB_IRQCHIP
|
select GPIOLIB_IRQCHIP
|
||||||
select IRQ_DOMAIN_HIERARCHY
|
select IRQ_DOMAIN_HIERARCHY
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue