Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
fork
Configure Feed
Select the types of activity you want to include in your feed.
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Spreadtrum pin control drivers
4#
5
6config PINCTRL_SPRD
7 bool "Spreadtrum pinctrl driver"
8 depends on OF
9 depends on ARCH_SPRD || COMPILE_TEST
10 select PINMUX
11 select PINCONF
12 select GENERIC_PINCONF
13 select GENERIC_PINMUX_FUNCTIONS
14 help
15 Say Y here to enable Spreadtrum pinctrl driver
16
17config PINCTRL_SPRD_SC9860
18 bool "Spreadtrum SC9860 pinctrl driver"
19 depends on PINCTRL_SPRD
20 help
21 Say Y here to enable Spreadtrum SC9860 pinctrl driver