1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Sophgo SoC PINCTRL drivers 4# 5 6config PINCTRL_SPACEMIT_K1 7 tristate "SpacemiT K1 SoC Pinctrl driver" 8 depends on ARCH_SPACEMIT || COMPILE_TEST 9 depends on OF 10 select GENERIC_PINCTRL_GROUPS 11 select GENERIC_PINMUX_FUNCTIONS 12 select GENERIC_PINCONF 13 help 14 Say Y to select the pinctrl driver for K1 SoC. 15 This pin controller allows selecting the mux function for 16 each pin. This driver can also be built as a module called 17 pinctrl-k1. 18