mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-08-27 15:36:48 +00:00

Merely enabling compile-testing should not enable additional
functionality.
Fixes: 7ff4faba63
("pinctrl: spacemit: enable config option")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Yixun Lan <dlan@gentoo.org>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
Tested-by: Alex Elder <elder@riscstar.com>
Reviewed-by: Alex Elder <elder@riscstar.com>
Link: https://lore.kernel.org/6881b8d1ad74ac780af8a974e604b5ef3f5d4aad.1742198691.git.geert+renesas@glider.be
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
19 lines
502 B
Plaintext
19 lines
502 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Sophgo SoC PINCTRL drivers
|
|
#
|
|
|
|
config PINCTRL_SPACEMIT_K1
|
|
bool "SpacemiT K1 SoC Pinctrl driver"
|
|
depends on ARCH_SPACEMIT || COMPILE_TEST
|
|
depends on OF
|
|
default ARCH_SPACEMIT
|
|
select GENERIC_PINCTRL_GROUPS
|
|
select GENERIC_PINMUX_FUNCTIONS
|
|
select GENERIC_PINCONF
|
|
help
|
|
Say Y to select the pinctrl driver for K1 SoC.
|
|
This pin controller allows selecting the mux function for
|
|
each pin. This driver can also be built as a module called
|
|
pinctrl-k1.
|