mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
pinctrl: at91: allow building the module with COMPILE_TEST=y
Extend the build coverage by allowing to build the module with COMPILE_TEST enabled. We can do this as the driver doesn't depend on any architecture-specific bits. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Link: https://lore.kernel.org/20250424-gpiochip-set-rv-pinctrl-part2-v1-8-504f91120b99@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
f0401cce03
commit
8e86af65f3
@ -103,8 +103,7 @@ config PINCTRL_AS3722
|
|||||||
|
|
||||||
config PINCTRL_AT91
|
config PINCTRL_AT91
|
||||||
bool "AT91 pinctrl driver"
|
bool "AT91 pinctrl driver"
|
||||||
depends on OF
|
depends on (OF && ARCH_AT91) || COMPILE_TEST
|
||||||
depends on ARCH_AT91
|
|
||||||
select PINMUX
|
select PINMUX
|
||||||
select PINCONF
|
select PINCONF
|
||||||
select GPIOLIB
|
select GPIOLIB
|
||||||
|
Loading…
Reference in New Issue
Block a user