Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
1# SPDX-License-Identifier: GPL-2.0-only
2if ARCH_U8500
3
4config PINCTRL_ABX500
5 bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions"
6 depends on AB8500_CORE
7 select GENERIC_PINCONF
8 help
9 Select this to enable the ABx500 family IC GPIO driver
10
11config PINCTRL_AB8500
12 bool "AB8500 pin controller driver"
13 depends on PINCTRL_ABX500 && ARCH_U8500
14
15config PINCTRL_AB8505
16 bool "AB8505 pin controller driver"
17 depends on PINCTRL_ABX500 && ARCH_U8500
18
19endif
20
21if (ARCH_U8500 || ARCH_NOMADIK || COMPILE_TEST)
22
23config PINCTRL_NOMADIK
24 bool "Nomadik pin controller driver"
25 depends on OF
26 select PINMUX
27 select PINCONF
28 select GPIOLIB
29 select GPIO_NOMADIK
30
31config PINCTRL_STN8815
32 bool "STN8815 pin controller driver"
33 depends on PINCTRL_NOMADIK && ARCH_NOMADIK
34
35config PINCTRL_DB8500
36 bool "DB8500 pin controller driver"
37 depends on PINCTRL_NOMADIK && ARCH_U8500
38
39endif