mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 03:52:39 -04:00
gpio: zynq: enable building the modules with COMPILE_TEST=y
Extend the build coverage by allowing to build the modules 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-1-140e108e9392@linaro.org Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
This commit is contained in:
committed by
Bartosz Golaszewski
parent
d024e48263
commit
6273ef3560
@@ -841,14 +841,14 @@ config GPIO_ZEVIO
|
||||
|
||||
config GPIO_ZYNQ
|
||||
tristate "Xilinx Zynq GPIO support"
|
||||
depends on ARCH_ZYNQ || ARCH_ZYNQMP
|
||||
depends on ARCH_ZYNQ || ARCH_ZYNQMP || COMPILE_TEST
|
||||
select GPIOLIB_IRQCHIP
|
||||
help
|
||||
Say yes here to support Xilinx Zynq GPIO controller.
|
||||
|
||||
config GPIO_ZYNQMP_MODEPIN
|
||||
tristate "ZynqMP ps-mode pin GPIO configuration driver"
|
||||
depends on ZYNQMP_FIRMWARE
|
||||
depends on ZYNQMP_FIRMWARE || COMPILE_TEST
|
||||
default ZYNQMP_FIRMWARE
|
||||
help
|
||||
Say yes here to support the ZynqMP ps-mode pin GPIO configuration
|
||||
|
||||
Reference in New Issue
Block a user