pinctrl/abx500: add AB8505 sub-driver
[deliverable/linux.git] / drivers / pinctrl / Kconfig
CommitLineData
2744e8af
LW
1#
2# PINCTRL infrastructure and drivers
3#
4
45f034ef
LW
5config PINCTRL
6 bool
2744e8af
LW
7
8if PINCTRL
9
45f034ef
LW
10menu "Pin controllers"
11 depends on PINCTRL
12
2744e8af 13config PINMUX
ae6b4d85
LW
14 bool "Support pin multiplexing controllers"
15
16config PINCONF
17 bool "Support pin configuration controllers"
2744e8af 18
394349f7
LW
19config GENERIC_PINCONF
20 bool
21 select PINCONF
22
2744e8af
LW
23config DEBUG_PINCTRL
24 bool "Debug PINCTRL calls"
25 depends on DEBUG_KERNEL
26 help
27 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
28
0493e649
PC
29config PINCTRL_ABX500
30 bool "ST-Ericsson ABx500 family Mixed Signal Circuit gpio functions"
31 depends on AB8500_CORE
32 select GENERIC_PINCONF
33 help
34 Select this to enable the ABx500 family IC GPIO driver
35
3c937993
PC
36config PINCTRL_AB8500
37 bool "AB8500 pin controller driver"
38 depends on PINCTRL_ABX500 && ARCH_U8500
39
1aa2d8d4
PC
40config PINCTRL_AB8505
41 bool "AB8505 pin controller driver"
42 depends on PINCTRL_ABX500 && ARCH_U8500
43
6732ae5c
JCPV
44config PINCTRL_AT91
45 bool "AT91 pinctrl driver"
46 depends on OF
47 depends on ARCH_AT91
48 select PINMUX
49 select PINCONF
50 help
51 Say Y here to enable the at91 pinctrl driver
52
e1b2dc70
SA
53config PINCTRL_BCM2835
54 bool
55 select PINMUX
56 select PINCONF
57
ae75ff81
DA
58config PINCTRL_IMX
59 bool
60 select PINMUX
61 select PINCONF
62
b9aa8f13
UKK
63config PINCTRL_IMX35
64 bool "IMX35 pinctrl driver"
65 depends on OF
66 depends on SOC_IMX35
67 select PINCTRL_IMX
68 help
69 Say Y here to enable the imx35 pinctrl driver
70
4f6a16bf
DA
71config PINCTRL_IMX51
72 bool "IMX51 pinctrl driver"
73 depends on OF
74 depends on SOC_IMX51
75 select PINCTRL_IMX
76 help
77 Say Y here to enable the imx51 pinctrl driver
78
93fbd3c0
DA
79config PINCTRL_IMX53
80 bool "IMX53 pinctrl driver"
81 depends on OF
82 depends on SOC_IMX53
83 select PINCTRL_IMX
84 help
85 Say Y here to enable the imx53 pinctrl driver
86
d8fe3572
DA
87config PINCTRL_IMX6Q
88 bool "IMX6Q pinctrl driver"
89 depends on OF
90 depends on SOC_IMX6Q
91 select PINCTRL_IMX
92 help
93 Say Y here to enable the imx6q pinctrl driver
94
3f8c50c9
JC
95config PINCTRL_LANTIQ
96 bool
97 depends on LANTIQ
98 select PINMUX
99 select PINCONF
100
f4e66983
HZ
101config PINCTRL_PXA3xx
102 bool
103 select PINMUX
104
e316cb2b
JC
105config PINCTRL_FALCON
106 bool
107 depends on SOC_FALCON
108 depends on PINCTRL_LANTIQ
109
f4e66983
HZ
110config PINCTRL_MMP2
111 bool "MMP2 pin controller driver"
112 depends on ARCH_MMP
113 select PINCTRL_PXA3xx
f4e66983 114
17723111
SG
115config PINCTRL_MXS
116 bool
90db8a14
AL
117 select PINMUX
118 select PINCONF
17723111
SG
119
120config PINCTRL_IMX23
121 bool
17723111
SG
122 select PINCTRL_MXS
123
124config PINCTRL_IMX28
125 bool
17723111
SG
126 select PINCTRL_MXS
127
e98ea774
LW
128config PINCTRL_NOMADIK
129 bool "Nomadik pin controller driver"
0fa7be40 130 depends on ARCH_U8500 || ARCH_NOMADIK
dbfe8ca2 131 select PINMUX
d41af627 132 select PINCONF
e98ea774 133
f79c5ed9
LW
134config PINCTRL_STN8815
135 bool "STN8815 pin controller driver"
136 depends on PINCTRL_NOMADIK && ARCH_NOMADIK
137
e98ea774
LW
138config PINCTRL_DB8500
139 bool "DB8500 pin controller driver"
140 depends on PINCTRL_NOMADIK && ARCH_U8500
141
45a1b531
PC
142config PINCTRL_DB8540
143 bool "DB8540 pin controller driver"
144 depends on PINCTRL_NOMADIK && ARCH_U8500
145
f4e66983
HZ
146config PINCTRL_PXA168
147 bool "PXA168 pin controller driver"
148 depends on ARCH_MMP
149 select PINCTRL_PXA3xx
f4e66983
HZ
150
151config PINCTRL_PXA910
152 bool "PXA910 pin controller driver"
153 depends on ARCH_MMP
154 select PINCTRL_PXA3xx
f4e66983 155
8b8b091b
TL
156config PINCTRL_SINGLE
157 tristate "One-register-per-pin type device tree based pinctrl driver"
158 depends on OF
159 select PINMUX
160 select PINCONF
161 help
162 This selects the device tree based generic pinctrl driver.
163
3bece55a 164config PINCTRL_SIRF
d3e26f2f
BS
165 bool "CSR SiRFprimaII/SiRFmarco pin controller driver"
166 depends on ARCH_SIRF
393daa81 167 select PINMUX
393daa81 168
971dac71
SW
169config PINCTRL_TEGRA
170 bool
507ccdbf
AL
171 select PINMUX
172 select PINCONF
971dac71
SW
173
174config PINCTRL_TEGRA20
175 bool
971dac71
SW
176 select PINCTRL_TEGRA
177
178config PINCTRL_TEGRA30
179 bool
971dac71
SW
180 select PINCTRL_TEGRA
181
b6ae7a26
PR
182config PINCTRL_TEGRA114
183 bool
184 select PINCTRL_TEGRA
185
3bece55a
LW
186config PINCTRL_U300
187 bool "U300 pin controller driver"
98da3529
LW
188 depends on ARCH_U300
189 select PINMUX
dc0b1aa3 190 select GENERIC_PINCONF
45f034ef 191
ca402d37
LW
192config PINCTRL_COH901
193 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
3c94d1bb 194 depends on GPIOLIB && ARCH_U300 && PINCTRL_U300
ca402d37
LW
195 help
196 Say yes here to support GPIO interface on ST-Ericsson U300.
197 The names of the two IP block variants supported are
198 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
199 ports of 8 GPIO pins each.
200
30574f0d 201config PINCTRL_SAMSUNG
cbc351ab 202 bool
924da314 203 depends on OF && GPIOLIB
30574f0d
TA
204 select PINMUX
205 select PINCONF
206
7452b64d
KK
207config PINCTRL_EXYNOS
208 bool "Pinctrl driver data for Samsung EXYNOS SoCs"
924da314 209 depends on OF && GPIOLIB
43b169db
TA
210 select PINCTRL_SAMSUNG
211
f0b9a7e5
TA
212config PINCTRL_EXYNOS5440
213 bool "Samsung EXYNOS5440 SoC pinctrl driver"
214 select PINMUX
215 select PINCONF
216
06763c74 217source "drivers/pinctrl/mvebu/Kconfig"
463e270f 218
deda8287
VK
219source "drivers/pinctrl/spear/Kconfig"
220
3f8c50c9
JC
221config PINCTRL_XWAY
222 bool
223 depends on SOC_TYPE_XWAY
224 depends on PINCTRL_LANTIQ
225
45f034ef 226endmenu
98da3529 227
2744e8af 228endif
This page took 0.107415 seconds and 5 git commands to generate.