mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
pinctrl: uniphier: Do not enable by default during compile testing
Enabling the compile test should not cause automatic enabling of all drivers. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Link: https://lore.kernel.org/20250404115719.309999-2-krzysztof.kozlowski@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
10dca7cdd4
commit
b883eb49ec
@ -3,7 +3,7 @@ menuconfig PINCTRL_UNIPHIER
|
||||
bool "UniPhier SoC pinctrl drivers"
|
||||
depends on ARCH_UNIPHIER || COMPILE_TEST
|
||||
depends on OF && MFD_SYSCON
|
||||
default y
|
||||
default ARCH_UNIPHIER
|
||||
select PINMUX
|
||||
select GENERIC_PINCONF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user