mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
gpio: ixp4xx: allow building the module with COMPILE_TEST enabled
Increase build coverage by allowing the module to be built with COMPILE_TEST=y. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20250903-gpio-mmio-gpio-conv-part3-v1-1-ff346509f408@linaro.org Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
This commit is contained in:
parent
e10a7cf4f6
commit
b23c22a8d7
|
|
@ -408,8 +408,7 @@ config GPIO_IMX_SCU
|
|||
|
||||
config GPIO_IXP4XX
|
||||
bool "Intel IXP4xx GPIO"
|
||||
depends on ARCH_IXP4XX
|
||||
depends on OF
|
||||
depends on (ARCH_IXP4XX && OF) || COMPILE_TEST
|
||||
select GPIO_GENERIC
|
||||
select GPIOLIB_IRQCHIP
|
||||
select IRQ_DOMAIN_HIERARCHY
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user