projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6273ef3
)
gpio: msc313: enable building the module with COMPILE_TEST=y
author
Bartosz Golaszewski
<bartosz.golaszewski@linaro.org>
Tue, 8 Apr 2025 12:59:02 +0000
(14:59 +0200)
committer
Bartosz Golaszewski
<brgl@bgdev.pl>
Thu, 17 Apr 2025 11:58:55 +0000
(13:58 +0200)
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>
drivers/gpio/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index 592bb1f624c0120ecef03114c0285a2ee19c168c..dcb8128d06c0ef3b085043db1a4a85681fddc8b0 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-877,7
+877,7
@@
config GPIO_AMD_FCH
config GPIO_MSC313
bool "MStar MSC313 GPIO support"
- depends on ARCH_MSTARV7
+ depends on ARCH_MSTARV7
|| COMPILE_TEST
default ARCH_MSTARV7
select GPIOLIB_IRQCHIP
select IRQ_DOMAIN_HIERARCHY