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:
4675b78
)
gpio: pl061: enable building the module with COMPILE_TEST=y
author
Bartosz Golaszewski
<bartosz.golaszewski@linaro.org>
Tue, 8 Apr 2025 12:59:03 +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-3-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 dcb8128d06c0ef3b085043db1a4a85681fddc8b0..f0de782c04cc3d56b0a42c6edc50418379917a3d 100644
(file)
--- a/
drivers/gpio/Kconfig
+++ b/
drivers/gpio/Kconfig
@@
-551,7
+551,7
@@
config GPIO_OMAP
config GPIO_PL061
tristate "PrimeCell PL061 GPIO support"
- depends on ARM_AMBA
+ depends on ARM_AMBA
|| COMPILE_TEST
select IRQ_DOMAIN
select GPIOLIB_IRQCHIP
help