blob: e216a46f41948f919cefce779de11d88aafc2768 [file] [log] [blame]
Linus Walleij2744e8a2011-05-02 20:50:54 +02001#
2# PINCTRL infrastructure and drivers
3#
4
Linus Walleij45f034e2011-11-05 21:28:46 +01005config PINCTRL
6 bool
Linus Walleij2744e8a2011-05-02 20:50:54 +02007
8if PINCTRL
9
Linus Walleij45f034e2011-11-05 21:28:46 +010010menu "Pin controllers"
11 depends on PINCTRL
12
Linus Walleij2744e8a2011-05-02 20:50:54 +020013config PINMUX
Linus Walleijae6b4d82011-10-19 18:14:33 +020014 bool "Support pin multiplexing controllers"
15
16config PINCONF
17 bool "Support pin configuration controllers"
Linus Walleij2744e8a2011-05-02 20:50:54 +020018
Linus Walleij394349f2011-11-24 18:27:15 +010019config GENERIC_PINCONF
20 bool
21 select PINCONF
22
Linus Walleij2744e8a2011-05-02 20:50:54 +020023config 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
Patrice Chotard0493e642013-01-08 10:41:02 +010029config 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
Patrice Chotard3c937992013-01-08 10:59:53 +010036config PINCTRL_AB8500
37 bool "AB8500 pin controller driver"
38 depends on PINCTRL_ABX500 && ARCH_U8500
39
Patrice Chotarda8f96e42013-01-28 14:35:19 +010040config PINCTRL_AB8540
41 bool "AB8540 pin controller driver"
42 depends on PINCTRL_ABX500 && ARCH_U8500
43
Patrice Chotard09dbec32013-01-28 14:29:35 +010044config PINCTRL_AB9540
45 bool "AB9540 pin controller driver"
46 depends on PINCTRL_ABX500 && ARCH_U8500
47
Patrice Chotard1aa2d8d2013-01-28 14:23:45 +010048config PINCTRL_AB8505
49 bool "AB8505 pin controller driver"
50 depends on PINCTRL_ABX500 && ARCH_U8500
51
Sonic Zhange9a03ad2013-09-03 16:28:59 +080052config PINCTRL_ADI2
53 bool "ADI pin controller driver"
Sonic Zhang9d7278d2013-09-23 11:57:00 +080054 depends on BLACKFIN
Sonic Zhange9a03ad2013-09-03 16:28:59 +080055 select PINMUX
56 select IRQ_DOMAIN
57 help
58 This is the pin controller and gpio driver for ADI BF54x, BF60x and
59 future processors. This option is selected automatically when specific
60 machine and arch are selected to build.
61
Laxman Dewanganc8ce8782013-10-02 21:20:29 +053062config PINCTRL_AS3722
63 bool "Pinctrl and GPIO driver for ams AS3722 PMIC"
64 depends on MFD_AS3722 && GPIOLIB
65 select PINMUX
66 select GENERIC_PINCONF
67 help
68 AS3722 device supports the configuration of GPIO pins for different
69 functionality. This driver supports the pinmux, push-pull and
70 open drain configuration for the GPIO pins of AS3722 devices. It also
71 supports the GPIO functionality through gpiolib.
72
Sonic Zhange9a03ad2013-09-03 16:28:59 +080073config PINCTRL_BF54x
74 def_bool y if BF54x
75 select PINCTRL_ADI2
76
77config PINCTRL_BF60x
78 def_bool y if BF60x
79 select PINCTRL_ADI2
80
Jean-Christophe PLAGNIOL-VILLARD6732ae52012-07-12 23:35:02 +080081config PINCTRL_AT91
82 bool "AT91 pinctrl driver"
83 depends on OF
84 depends on ARCH_AT91
85 select PINMUX
86 select PINCONF
87 help
88 Say Y here to enable the at91 pinctrl driver
89
Mathias Nymana5d811b2013-06-18 14:33:02 +030090config PINCTRL_BAYTRAIL
91 bool "Intel Baytrail GPIO pin control"
92 depends on GPIOLIB && ACPI && X86
Andy Shevchenkoec243322013-07-10 14:55:36 +030093 select IRQ_DOMAIN
Mathias Nymana5d811b2013-06-18 14:33:02 +030094 help
95 driver for memory mapped GPIO functionality on Intel Baytrail
96 platforms. Supports 3 banks with 102, 28 and 44 gpios.
97 Most pins are usually muxed to some other functionality by firmware,
98 so only a small amount is available for gpio use.
99
100 Requires ACPI device enumeration code to set up a platform device.
101
Simon Arlotte1b2dc72012-09-27 22:10:11 -0600102config PINCTRL_BCM2835
103 bool
104 select PINMUX
105 select PINCONF
106
Dong Aishengae75ff82012-04-27 20:26:16 +0800107config PINCTRL_IMX
108 bool
109 select PINMUX
110 select PINCONF
111
Markus Pargmann30612cd92013-10-28 10:00:36 +0100112config PINCTRL_IMX1_CORE
113 bool
114 select PINMUX
115 select PINCONF
116
Markus Pargmanne16dbf62013-10-29 15:32:19 +0100117config PINCTRL_IMX27
118 bool "IMX27 pinctrl driver"
Markus Pargmanne16dbf62013-10-29 15:32:19 +0100119 depends on SOC_IMX27
120 select PINCTRL_IMX1_CORE
121 help
122 Say Y here to enable the imx27 pinctrl driver
123
Uwe Kleine-Königb9aa8f12012-08-09 18:23:32 +0200124config PINCTRL_IMX35
125 bool "IMX35 pinctrl driver"
Uwe Kleine-Königb9aa8f12012-08-09 18:23:32 +0200126 depends on SOC_IMX35
127 select PINCTRL_IMX
128 help
129 Say Y here to enable the imx35 pinctrl driver
130
Greg Ungerer9da83122013-11-05 23:11:51 +1000131config PINCTRL_IMX50
132 bool "IMX50 pinctrl driver"
Greg Ungerer9da83122013-11-05 23:11:51 +1000133 depends on SOC_IMX50
134 select PINCTRL_IMX
135 help
136 Say Y here to enable the imx50 pinctrl driver
137
Dong Aisheng4f6a16b2012-05-15 15:49:03 +0800138config PINCTRL_IMX51
139 bool "IMX51 pinctrl driver"
Dong Aisheng4f6a16b2012-05-15 15:49:03 +0800140 depends on SOC_IMX51
141 select PINCTRL_IMX
142 help
143 Say Y here to enable the imx51 pinctrl driver
144
Dong Aisheng93fbd3c2012-05-15 15:49:02 +0800145config PINCTRL_IMX53
146 bool "IMX53 pinctrl driver"
Dong Aisheng93fbd3c2012-05-15 15:49:02 +0800147 depends on SOC_IMX53
148 select PINCTRL_IMX
149 help
150 Say Y here to enable the imx53 pinctrl driver
151
Dong Aishengd8fe3572012-04-27 20:26:17 +0800152config PINCTRL_IMX6Q
Shawn Guo3f551d62013-03-21 21:55:41 +0800153 bool "IMX6Q/DL pinctrl driver"
Dong Aishengd8fe3572012-04-27 20:26:17 +0800154 depends on SOC_IMX6Q
155 select PINCTRL_IMX
156 help
Shawn Guo3f551d62013-03-21 21:55:41 +0800157 Say Y here to enable the imx6q/dl pinctrl driver
Dong Aishengd8fe3572012-04-27 20:26:17 +0800158
Shawn Guo21e59122013-03-21 22:10:36 +0800159config PINCTRL_IMX6SL
160 bool "IMX6SL pinctrl driver"
Shawn Guo21e59122013-03-21 22:10:36 +0800161 depends on SOC_IMX6SL
162 select PINCTRL_IMX
163 help
164 Say Y here to enable the imx6sl pinctrl driver
Haojian Zhuangf4e66982012-01-04 10:26:33 +0800165
Jingchang Lu78bafc62013-05-28 17:32:08 +0800166config PINCTRL_VF610
167 bool "Freescale Vybrid VF610 pinctrl driver"
Jingchang Lu78bafc62013-05-28 17:32:08 +0800168 depends on SOC_VF610
169 select PINCTRL_IMX
170 help
171 Say Y here to enable the Freescale Vybrid VF610 pinctrl driver
172
John Crispin3f8c50c2012-08-28 12:44:59 +0200173config PINCTRL_LANTIQ
174 bool
175 depends on LANTIQ
176 select PINMUX
177 select PINCONF
178
John Crispine316cb22012-05-20 00:33:56 +0200179config PINCTRL_FALCON
180 bool
181 depends on SOC_FALCON
182 depends on PINCTRL_LANTIQ
183
Shawn Guo17723112012-04-28 13:00:50 +0800184config PINCTRL_MXS
185 bool
Axel Lin90db8a12012-11-12 10:01:56 +0800186 select PINMUX
187 select PINCONF
Shawn Guo17723112012-04-28 13:00:50 +0800188
189config PINCTRL_IMX23
190 bool
Shawn Guo17723112012-04-28 13:00:50 +0800191 select PINCTRL_MXS
192
193config PINCTRL_IMX28
194 bool
Shawn Guo17723112012-04-28 13:00:50 +0800195 select PINCTRL_MXS
196
Linus Walleije98ea772012-04-26 23:57:25 +0200197config PINCTRL_NOMADIK
198 bool "Nomadik pin controller driver"
Arnd Bergmann0fa7be42012-05-15 11:24:34 +0000199 depends on ARCH_U8500 || ARCH_NOMADIK
Linus Walleijdbfe8ca2012-05-02 22:56:47 +0200200 select PINMUX
Linus Walleijd41af622012-05-03 15:58:12 +0200201 select PINCONF
Linus Walleije98ea772012-04-26 23:57:25 +0200202
Linus Walleijf79c5ed2012-08-10 00:43:28 +0200203config PINCTRL_STN8815
204 bool "STN8815 pin controller driver"
205 depends on PINCTRL_NOMADIK && ARCH_NOMADIK
206
Linus Walleije98ea772012-04-26 23:57:25 +0200207config PINCTRL_DB8500
208 bool "DB8500 pin controller driver"
209 depends on PINCTRL_NOMADIK && ARCH_U8500
210
Patrice Chotard45a1b532012-07-20 15:45:22 +0200211config PINCTRL_DB8540
212 bool "DB8540 pin controller driver"
213 depends on PINCTRL_NOMADIK && ARCH_U8500
214
Heiko Stübnerd3e51162013-06-10 22:16:22 +0200215config PINCTRL_ROCKCHIP
216 bool
217 select PINMUX
218 select GENERIC_PINCONF
219 select GENERIC_IRQ_CHIP
220
Tony Lindgren8b8b0912012-07-10 02:05:46 -0700221config PINCTRL_SINGLE
222 tristate "One-register-per-pin type device tree based pinctrl driver"
223 depends on OF
224 select PINMUX
225 select PINCONF
Haojian Zhuang9dddb4d2013-02-17 19:42:55 +0800226 select GENERIC_PINCONF
Tony Lindgren8b8b0912012-07-10 02:05:46 -0700227 help
228 This selects the device tree based generic pinctrl driver.
229
Linus Walleij3bece552011-12-18 23:44:26 +0100230config PINCTRL_SIRF
Barry Songd3e26f22012-09-27 17:56:30 +0800231 bool "CSR SiRFprimaII/SiRFmarco pin controller driver"
232 depends on ARCH_SIRF
Rongjun Ying393daa82011-10-09 03:11:13 -0700233 select PINMUX
Rongjun Ying393daa82011-10-09 03:11:13 -0700234
Maxime Ripard0e37f882013-01-18 22:30:34 +0100235config PINCTRL_SUNXI
236 bool
237 select PINMUX
238 select GENERIC_PINCONF
239
Srinivas KANDAGATLA701016c2013-06-20 15:05:38 +0100240config PINCTRL_ST
241 bool
242 depends on OF
243 select PINMUX
244 select PINCONF
245
Stephen Warren971dac72012-02-01 14:04:47 -0700246config PINCTRL_TEGRA
247 bool
Axel Lin507ccdb2012-11-12 10:00:22 +0800248 select PINMUX
249 select PINCONF
Stephen Warren971dac72012-02-01 14:04:47 -0700250
251config PINCTRL_TEGRA20
252 bool
Stephen Warren971dac72012-02-01 14:04:47 -0700253 select PINCTRL_TEGRA
254
255config PINCTRL_TEGRA30
256 bool
Stephen Warren971dac72012-02-01 14:04:47 -0700257 select PINCTRL_TEGRA
258
Pritesh Raithathab6ae7a22013-01-08 13:02:37 +0530259config PINCTRL_TEGRA114
260 bool
261 select PINCTRL_TEGRA
262
James Hogand5025f92013-06-20 10:26:27 +0100263config PINCTRL_TZ1090
264 bool "Toumaz Xenif TZ1090 pin control driver"
265 depends on SOC_TZ1090
266 select PINMUX
267 select GENERIC_PINCONF
268
James Hoganb58f0272013-06-20 10:26:29 +0100269config PINCTRL_TZ1090_PDC
270 bool "Toumaz Xenif TZ1090 PDC pin control driver"
271 depends on SOC_TZ1090
272 select PINMUX
273 select PINCONF
274
Linus Walleij3bece552011-12-18 23:44:26 +0100275config PINCTRL_U300
276 bool "U300 pin controller driver"
Linus Walleij98da3522011-05-02 20:54:38 +0200277 depends on ARCH_U300
278 select PINMUX
Linus Walleijdc0b1aa2011-11-16 21:58:10 +0100279 select GENERIC_PINCONF
Linus Walleij45f034e2011-11-05 21:28:46 +0100280
Linus Walleijca402d32011-11-16 09:22:59 +0100281config PINCTRL_COH901
282 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
Linus Walleij3c94d1b2012-06-18 20:07:50 +0200283 depends on GPIOLIB && ARCH_U300 && PINCTRL_U300
Linus Walleijca402d32011-11-16 09:22:59 +0100284 help
285 Say yes here to support GPIO interface on ST-Ericsson U300.
286 The names of the two IP block variants supported are
287 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
288 ports of 8 GPIO pins each.
289
Thomas Abraham30574f02012-09-07 06:07:19 +0900290config PINCTRL_SAMSUNG
Arnd Bergmanncbc351a2012-11-15 11:58:24 +0100291 bool
Thomas Abraham30574f02012-09-07 06:07:19 +0900292 select PINMUX
293 select PINCONF
294
Kukjin Kima1ed2672013-01-18 20:35:06 +0100295config PINCTRL_EXYNOS
Doug Anderson83978252013-06-10 18:26:53 +0900296 bool "Pinctrl driver data for Samsung EXYNOS SoCs other than 5440"
Mateusz Krawczuk608a26a2013-08-27 15:08:10 +0200297 depends on OF && GPIOLIB && (ARCH_EXYNOS || ARCH_S5PV210)
Thomas Abraham43b169d2012-09-07 06:07:19 +0900298 select PINCTRL_SAMSUNG
299
Thomas Abrahamf0b9a7e2012-10-10 09:41:12 +0900300config PINCTRL_EXYNOS5440
301 bool "Samsung EXYNOS5440 SoC pinctrl driver"
Doug Anderson83978252013-06-10 18:26:53 +0900302 depends on SOC_EXYNOS5440
Thomas Abrahamf0b9a7e2012-10-10 09:41:12 +0900303 select PINMUX
304 select PINCONF
305
Laxman Dewangan0a8d3e22013-08-06 18:42:35 +0530306config PINCTRL_PALMAS
Mark Brown736658c2013-08-19 16:07:26 +0100307 bool "Pinctrl driver for the PALMAS Series MFD devices"
Laxman Dewangan0a8d3e22013-08-06 18:42:35 +0530308 depends on OF && MFD_PALMAS
Axel Lin63ca8db2013-08-22 14:30:08 +0800309 select PINMUX
Laxman Dewangan0a8d3e22013-08-06 18:42:35 +0530310 select GENERIC_PINCONF
311 help
312 Palmas device supports the configuration of pins for different
313 functionality. This driver supports the pinmux, push-pull and
314 open drain configuration for the Palmas series devices like
315 TPS65913, TPS80036 etc.
316
Heiko Stuebneraf99a752013-05-21 00:56:13 +0900317config PINCTRL_S3C24XX
318 bool "Samsung S3C24XX SoC pinctrl driver"
319 depends on ARCH_S3C24XX
320 select PINCTRL_SAMSUNG
321
Tomasz Figa61dd7262013-03-18 22:31:55 +0100322config PINCTRL_S3C64XX
323 bool "Samsung S3C64XX SoC pinctrl driver"
324 depends on ARCH_S3C64XX
325 select PINCTRL_SAMSUNG
326
Thomas Petazzoni06763c72012-10-24 23:38:58 +0200327source "drivers/pinctrl/mvebu/Kconfig"
Laurent Pinchart6e54d8d2012-12-15 23:51:19 +0100328source "drivers/pinctrl/sh-pfc/Kconfig"
Viresh Kumardeda8282012-03-28 22:27:07 +0530329source "drivers/pinctrl/spear/Kconfig"
Tony Prisk170c6152013-02-20 09:32:19 +1300330source "drivers/pinctrl/vt8500/Kconfig"
Viresh Kumardeda8282012-03-28 22:27:07 +0530331
John Crispin3f8c50c2012-08-28 12:44:59 +0200332config PINCTRL_XWAY
333 bool
334 depends on SOC_TYPE_XWAY
335 depends on PINCTRL_LANTIQ
336
Christian Ruppert5aad0db2013-10-15 15:39:38 +0200337config PINCTRL_TB10X
338 bool
339 depends on ARC_PLAT_TB10X
340
Linus Walleij45f034e2011-11-05 21:28:46 +0100341endmenu
Linus Walleij98da3522011-05-02 20:54:38 +0200342
Linus Walleij2744e8a2011-05-02 20:50:54 +0200343endif