mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-30 13:03:01 +00:00

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>
53 lines
1.1 KiB
Plaintext
53 lines
1.1 KiB
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
menuconfig PINCTRL_UNIPHIER
|
|
bool "UniPhier SoC pinctrl drivers"
|
|
depends on ARCH_UNIPHIER || COMPILE_TEST
|
|
depends on OF && MFD_SYSCON
|
|
default ARCH_UNIPHIER
|
|
select PINMUX
|
|
select GENERIC_PINCONF
|
|
|
|
if PINCTRL_UNIPHIER
|
|
|
|
config PINCTRL_UNIPHIER_LD4
|
|
bool "UniPhier LD4 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_PRO4
|
|
bool "UniPhier Pro4 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_SLD8
|
|
bool "UniPhier sLD8 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_PRO5
|
|
bool "UniPhier Pro5 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_PXS2
|
|
bool "UniPhier PXs2 SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_LD6B
|
|
bool "UniPhier LD6b SoC pinctrl driver"
|
|
default ARM
|
|
|
|
config PINCTRL_UNIPHIER_LD11
|
|
bool "UniPhier LD11 SoC pinctrl driver"
|
|
default ARM64
|
|
|
|
config PINCTRL_UNIPHIER_LD20
|
|
bool "UniPhier LD20 SoC pinctrl driver"
|
|
default ARM64
|
|
|
|
config PINCTRL_UNIPHIER_PXS3
|
|
bool "UniPhier PXs3 SoC pinctrl driver"
|
|
default ARM64
|
|
|
|
config PINCTRL_UNIPHIER_NX1
|
|
bool "UniPhier NX1 SoC pinctrl driver"
|
|
default ARM64
|
|
|
|
endif
|