blob: 1dabd1d79c1d1f9ca444b993e7a6fb8f7fb9da11 [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
Linus Walleij45f034e2011-11-05 21:28:46 +01008menu "Pin controllers"
9 depends on PINCTRL
10
Linus Walleijc033a712016-12-30 15:04:43 +010011config GENERIC_PINCTRL_GROUPS
Tony Lindgrenc7059c52016-12-27 09:20:00 -080012 bool
13
Linus Walleij2744e8a2011-05-02 20:50:54 +020014config PINMUX
Uwe Kleine-König244e95a2014-06-03 10:02:36 +020015 bool "Support pin multiplexing controllers" if COMPILE_TEST
Linus Walleijae6b4d82011-10-19 18:14:33 +020016
Tony Lindgrena76edc82016-12-27 09:20:01 -080017config GENERIC_PINMUX_FUNCTIONS
18 bool
19 select PINMUX
20
Linus Walleijae6b4d82011-10-19 18:14:33 +020021config PINCONF
Uwe Kleine-König244e95a2014-06-03 10:02:36 +020022 bool "Support pin configuration controllers" if COMPILE_TEST
Linus Walleij2744e8a2011-05-02 20:50:54 +020023
Linus Walleij394349f2011-11-24 18:27:15 +010024config GENERIC_PINCONF
25 bool
26 select PINCONF
27
Linus Walleij2744e8a2011-05-02 20:50:54 +020028config DEBUG_PINCTRL
29 bool "Debug PINCTRL calls"
30 depends on DEBUG_KERNEL
31 help
32 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
33
Sonic Zhange9a03ad2013-09-03 16:28:59 +080034config PINCTRL_ADI2
35 bool "ADI pin controller driver"
Sonic Zhang9d7278d2013-09-23 11:57:00 +080036 depends on BLACKFIN
Sonic Zhange9a03ad2013-09-03 16:28:59 +080037 select PINMUX
38 select IRQ_DOMAIN
39 help
40 This is the pin controller and gpio driver for ADI BF54x, BF60x and
41 future processors. This option is selected automatically when specific
42 machine and arch are selected to build.
43
Jesper Nilsson00df0582017-04-03 14:47:04 +020044config PINCTRL_ARTPEC6
45 bool "Axis ARTPEC-6 pin controller driver"
46 depends on MACH_ARTPEC6
47 select PINMUX
48 select GENERIC_PINCONF
49 help
50 This is the driver for the Axis ARTPEC-6 pin controller. This driver
51 supports pin function multiplexing as well as pin bias and drive
52 strength configuration. Device tree integration instructions can be
53 found in Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
54
Laxman Dewanganc8ce8782013-10-02 21:20:29 +053055config PINCTRL_AS3722
Paul Gortmaker9385f352016-06-13 17:10:22 -040056 tristate "Pinctrl and GPIO driver for ams AS3722 PMIC"
Laxman Dewanganc8ce8782013-10-02 21:20:29 +053057 depends on MFD_AS3722 && GPIOLIB
58 select PINMUX
59 select GENERIC_PINCONF
60 help
61 AS3722 device supports the configuration of GPIO pins for different
62 functionality. This driver supports the pinmux, push-pull and
63 open drain configuration for the GPIO pins of AS3722 devices. It also
64 supports the GPIO functionality through gpiolib.
65
Sonic Zhange9a03ad2013-09-03 16:28:59 +080066config PINCTRL_BF54x
67 def_bool y if BF54x
68 select PINCTRL_ADI2
69
70config PINCTRL_BF60x
71 def_bool y if BF60x
72 select PINCTRL_ADI2
73
Jean-Christophe PLAGNIOL-VILLARD6732ae52012-07-12 23:35:02 +080074config PINCTRL_AT91
75 bool "AT91 pinctrl driver"
76 depends on OF
77 depends on ARCH_AT91
78 select PINMUX
79 select PINCONF
Alexander Stein80cc3732014-04-15 22:09:41 +020080 select GPIOLIB
81 select OF_GPIO
82 select GPIOLIB_IRQCHIP
Jean-Christophe PLAGNIOL-VILLARD6732ae52012-07-12 23:35:02 +080083 help
84 Say Y here to enable the at91 pinctrl driver
85
Ludovic Desroches77618082015-09-16 17:36:57 +020086config PINCTRL_AT91PIO4
87 bool "AT91 PIO4 pinctrl driver"
88 depends on OF
89 depends on ARCH_AT91
90 select PINMUX
91 select GENERIC_PINCONF
92 select GPIOLIB
93 select GPIOLIB_IRQCHIP
94 select OF_GPIO
95 help
96 Say Y here to enable the at91 pinctrl/gpio driver for Atmel PIO4
97 controller available on sama5d2 SoC.
98
Ken Xuedbad75d2015-03-10 15:02:19 +080099config PINCTRL_AMD
Jean Delvare337ea0f2016-02-11 12:06:37 +0100100 tristate "AMD GPIO pin control"
Ken Xuedbad75d2015-03-10 15:02:19 +0800101 depends on GPIOLIB
102 select GPIOLIB_IRQCHIP
103 select PINCONF
104 select GENERIC_PINCONF
105 help
106 driver for memory mapped GPIO functionality on AMD platforms
107 (x86 or arm).Most pins are usually muxed to some other
108 functionality by firmware,so only a small amount is available
109 for gpio use.
110
111 Requires ACPI/FDT device enumeration code to set up a platform
112 device.
113
David Lechner1ff91f02016-11-28 10:40:25 -0600114config PINCTRL_DA850_PUPD
115 tristate "TI DA850/OMAP-L138/AM18XX pullup/pulldown groups"
116 depends on OF && (ARCH_DAVINCI_DA850 || COMPILE_TEST)
117 select PINCONF
118 select GENERIC_PINCONF
119 help
120 Driver for TI DA850/OMAP-L138/AM18XX pinconf. Used to control
121 pullup/pulldown pin groups.
122
Baruch Siach38b0e502015-05-05 13:55:10 +0300123config PINCTRL_DIGICOLOR
124 bool
125 depends on OF && (ARCH_DIGICOLOR || COMPILE_TEST)
126 select PINMUX
127 select GENERIC_PINCONF
128
John Crispin3f8c50c2012-08-28 12:44:59 +0200129config PINCTRL_LANTIQ
130 bool
131 depends on LANTIQ
132 select PINMUX
133 select PINCONF
134
Joachim Eastwood2f77ac92015-04-28 00:14:08 +0200135config PINCTRL_LPC18XX
136 bool "NXP LPC18XX/43XX SCU pinctrl driver"
137 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
138 default ARCH_LPC18XX
139 select PINMUX
140 select GENERIC_PINCONF
141 help
142 Pinctrl driver for NXP LPC18xx/43xx System Control Unit (SCU).
143
John Crispine316cb22012-05-20 00:33:56 +0200144config PINCTRL_FALCON
145 bool
146 depends on SOC_FALCON
147 depends on PINCTRL_LANTIQ
148
Sebastian Reichel64ac43e2017-05-15 11:24:25 +0200149config PINCTRL_MCP23S08
150 tristate "Microchip MCP23xxx I/O expander"
151 depends on OF_GPIO
152 depends on SPI_MASTER || I2C
153 select GPIOLIB_IRQCHIP
154 select REGMAP_I2C if I2C
155 select REGMAP_SPI if SPI_MASTER
Sebastian Reichel82039d22017-05-15 11:24:26 +0200156 select GENERIC_PINCONF
Sebastian Reichel64ac43e2017-05-15 11:24:25 +0200157 help
158 SPI/I2C driver for Microchip MCP23S08/MCP23S17/MCP23008/MCP23017
159 I/O expanders.
160 This provides a GPIO interface supporting inputs and outputs.
161 The I2C versions of the chips can be used as interrupt-controller.
162
Beniamino Galvani6ac73092015-01-17 19:15:14 +0100163config PINCTRL_MESON
164 bool
Linus Walleijb99e6fb2015-04-15 10:00:35 +0200165 depends on OF
Beniamino Galvani6ac73092015-01-17 19:15:14 +0100166 select PINMUX
167 select PINCONF
168 select GENERIC_PINCONF
Linus Walleijb99e6fb2015-04-15 10:00:35 +0200169 select GPIOLIB
Beniamino Galvani6ac73092015-01-17 19:15:14 +0100170 select OF_GPIO
171 select REGMAP_MMIO
172
Neil Armstrong611dac12016-05-11 09:34:21 +0200173config PINCTRL_OXNAS
174 bool
175 depends on OF
176 select PINMUX
177 select PINCONF
178 select GENERIC_PINCONF
179 select GPIOLIB
180 select OF_GPIO
181 select GPIOLIB_IRQCHIP
182 select MFD_SYSCON
183
Heiko Stübnerd3e51162013-06-10 22:16:22 +0200184config PINCTRL_ROCKCHIP
185 bool
186 select PINMUX
187 select GENERIC_PINCONF
188 select GENERIC_IRQ_CHIP
Heiko Stübner751a99a2014-05-05 13:58:20 +0200189 select MFD_SYSCON
Heiko Stübnerd3e51162013-06-10 22:16:22 +0200190
Tony Lindgren8b8b091b2012-07-10 02:05:46 -0700191config PINCTRL_SINGLE
192 tristate "One-register-per-pin type device tree based pinctrl driver"
193 depends on OF
Tony Lindgrencaeb7742016-12-27 09:20:02 -0800194 select GENERIC_PINCTRL_GROUPS
Tony Lindgren571aec42016-12-27 09:20:03 -0800195 select GENERIC_PINMUX_FUNCTIONS
Haojian Zhuang9dddb4d2013-02-17 19:42:55 +0800196 select GENERIC_PINCONF
Tony Lindgren8b8b091b2012-07-10 02:05:46 -0700197 help
198 This selects the device tree based generic pinctrl driver.
199
Linus Walleij3bece552011-12-18 23:44:26 +0100200config PINCTRL_SIRF
Barry Songa17272a2015-01-11 21:56:41 +0800201 bool "CSR SiRFprimaII pin controller driver"
Barry Songd3e26f22012-09-27 17:56:30 +0800202 depends on ARCH_SIRF
Rongjun Ying393daa82011-10-09 03:11:13 -0700203 select PINMUX
Wei Chenf9367792015-05-18 07:28:32 +0000204 select PINCONF
205 select GENERIC_PINCONF
Linus Walleij7420d2d2014-04-15 14:43:47 +0800206 select GPIOLIB_IRQCHIP
Rongjun Ying393daa82011-10-09 03:11:13 -0700207
Neil Armstrong9e80f902016-10-21 11:09:58 +0200208config PINCTRL_SX150X
209 bool "Semtech SX150x I2C GPIO expander pinctrl driver"
210 depends on GPIOLIB && I2C=y
211 select PINMUX
212 select PINCONF
213 select GENERIC_PINCONF
214 select GPIOLIB_IRQCHIP
Andrey Smirnov0db0f262016-11-07 08:53:16 -0800215 select REGMAP
Neil Armstrong9e80f902016-10-21 11:09:58 +0200216 help
217 Say yes here to provide support for Semtech SX150x-series I2C
218 GPIO expanders as pinctrl module.
219 Compatible models include:
220 - 8 bits: sx1508q, sx1502q
221 - 16 bits: sx1509q, sx1506q
222
Andrew Brestickercefc03e2015-05-06 12:59:03 -0700223config PINCTRL_PISTACHIO
224 def_bool y if MACH_PISTACHIO
225 depends on GPIOLIB
226 select PINMUX
227 select GENERIC_PINCONF
228 select GPIOLIB_IRQCHIP
229 select OF_GPIO
230
Srinivas KANDAGATLA701016c2013-06-20 15:05:38 +0100231config PINCTRL_ST
232 bool
233 depends on OF
234 select PINMUX
235 select PINCONF
Linus Walleij130cbe32014-04-08 14:45:47 +0200236 select GPIOLIB_IRQCHIP
Srinivas KANDAGATLA701016c2013-06-20 15:05:38 +0100237
James Hogand5025f92013-06-20 10:26:27 +0100238config PINCTRL_TZ1090
239 bool "Toumaz Xenif TZ1090 pin control driver"
240 depends on SOC_TZ1090
241 select PINMUX
242 select GENERIC_PINCONF
243
James Hoganb58f0272013-06-20 10:26:29 +0100244config PINCTRL_TZ1090_PDC
245 bool "Toumaz Xenif TZ1090 PDC pin control driver"
246 depends on SOC_TZ1090
247 select PINMUX
248 select PINCONF
249
Linus Walleij3bece552011-12-18 23:44:26 +0100250config PINCTRL_U300
251 bool "U300 pin controller driver"
Linus Walleij98da3522011-05-02 20:54:38 +0200252 depends on ARCH_U300
253 select PINMUX
Linus Walleijdc0b1aa2011-11-16 21:58:10 +0100254 select GENERIC_PINCONF
Linus Walleij45f034e2011-11-05 21:28:46 +0100255
Linus Walleijca402d32011-11-16 09:22:59 +0100256config PINCTRL_COH901
257 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
Linus Walleij3c94d1b2012-06-18 20:07:50 +0200258 depends on GPIOLIB && ARCH_U300 && PINCTRL_U300
Linus Walleij523dcce2014-03-25 13:37:17 +0100259 select GPIOLIB_IRQCHIP
Linus Walleijca402d32011-11-16 09:22:59 +0100260 help
261 Say yes here to support GPIO interface on ST-Ericsson U300.
262 The names of the two IP block variants supported are
263 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
264 ports of 8 GPIO pins each.
265
Laxman Dewangan2df723d42016-05-13 10:49:15 +0530266config PINCTRL_MAX77620
267 tristate "MAX77620/MAX20024 Pincontrol support"
Arnd Bergmann24d6a912016-10-28 10:19:05 +0200268 depends on MFD_MAX77620 && OF
Arnd Bergmann79f28b92016-06-13 17:18:35 +0200269 select PINMUX
Laxman Dewangan2df723d42016-05-13 10:49:15 +0530270 select GENERIC_PINCONF
271 help
272 Say Yes here to enable Pin control support for Maxim PMIC MAX77620.
273 This PMIC has 8 GPIO pins that work as GPIO as well as special
274 function in alternate mode. This driver also configure push-pull,
275 open drain, FPS slots etc.
276
Laxman Dewangan0a8d3e22013-08-06 18:42:35 +0530277config PINCTRL_PALMAS
Paul Gortmaker767b8ce2016-06-13 17:10:21 -0400278 tristate "Pinctrl driver for the PALMAS Series MFD devices"
Laxman Dewangan0a8d3e22013-08-06 18:42:35 +0530279 depends on OF && MFD_PALMAS
Axel Lin63ca8db2013-08-22 14:30:08 +0800280 select PINMUX
Laxman Dewangan0a8d3e22013-08-06 18:42:35 +0530281 select GENERIC_PINCONF
282 help
283 Palmas device supports the configuration of pins for different
284 functionality. This driver supports the pinmux, push-pull and
285 open drain configuration for the Palmas series devices like
286 TPS65913, TPS80036 etc.
287
Joshua Henderson2ba384e2016-02-01 15:48:30 -0700288config PINCTRL_PIC32
289 bool "Microchip PIC32 pin controller driver"
290 depends on OF
291 depends on MACH_PIC32
292 select PINMUX
293 select GENERIC_PINCONF
294 select GPIOLIB_IRQCHIP
295 select OF_GPIO
296 help
297 This is the pin controller and gpio driver for Microchip PIC32
298 microcontrollers. This option is selected automatically when specific
299 machine and arch are selected to build.
300
301config PINCTRL_PIC32MZDA
302 def_bool y if PIC32MZDA
303 select PINCTRL_PIC32
304
Soren Brinkmannadd958c2015-01-09 07:43:48 -0800305config PINCTRL_ZYNQ
306 bool "Pinctrl driver for Xilinx Zynq"
307 depends on ARCH_ZYNQ
308 select PINMUX
309 select GENERIC_PINCONF
310 help
Masahiro Yamada485dba22015-11-30 16:57:35 +0900311 This selects the pinctrl driver for Xilinx Zynq.
Soren Brinkmannadd958c2015-01-09 07:43:48 -0800312
Andrew Jeffery4d3d0e422016-08-30 17:24:24 +0930313source "drivers/pinctrl/aspeed/Kconfig"
Ray Juib17f2f92015-03-04 16:35:49 -0800314source "drivers/pinctrl/bcm/Kconfig"
Antoine Tenart3de68d32014-05-19 19:36:29 +0200315source "drivers/pinctrl/berlin/Kconfig"
Linus Walleijedad3b22014-09-03 13:37:38 +0200316source "drivers/pinctrl/freescale/Kconfig"
Mika Westerberg5fae8b82014-10-24 15:16:52 +0300317source "drivers/pinctrl/intel/Kconfig"
Thomas Petazzoni06763c72012-10-24 23:38:58 +0200318source "drivers/pinctrl/mvebu/Kconfig"
Linus Walleij3a198052014-07-11 14:57:06 +0200319source "drivers/pinctrl/nomadik/Kconfig"
Robert Jarzmik4b15ec92015-11-21 19:04:53 +0100320source "drivers/pinctrl/pxa/Kconfig"
Linus Walleij69b78b82014-07-09 13:55:12 +0200321source "drivers/pinctrl/qcom/Kconfig"
Sachin Kamatebe629a2014-07-10 17:33:27 +0530322source "drivers/pinctrl/samsung/Kconfig"
Laurent Pinchart6e54d8d2012-12-15 23:51:19 +0100323source "drivers/pinctrl/sh-pfc/Kconfig"
Viresh Kumardeda8282012-03-28 22:27:07 +0530324source "drivers/pinctrl/spear/Kconfig"
Maxime Coquelinaceb16d2016-01-14 13:16:30 +0100325source "drivers/pinctrl/stm32/Kconfig"
Maxime Ripard5f910772014-04-18 18:53:02 +0200326source "drivers/pinctrl/sunxi/Kconfig"
Masahiro Yamada25cbac72016-01-24 00:30:08 +0900327source "drivers/pinctrl/tegra/Kconfig"
Nishanth Menon003910e2017-01-05 10:54:14 -0800328source "drivers/pinctrl/ti/Kconfig"
Masahiro Yamada6e908892015-07-14 11:40:01 +0900329source "drivers/pinctrl/uniphier/Kconfig"
Tony Prisk170c6152013-02-20 09:32:19 +1300330source "drivers/pinctrl/vt8500/Kconfig"
Hongzhou Yanga6df4102015-01-21 13:28:15 +0800331source "drivers/pinctrl/mediatek/Kconfig"
Viresh Kumardeda8282012-03-28 22:27:07 +0530332
John Crispin3f8c50c2012-08-28 12:44:59 +0200333config PINCTRL_XWAY
334 bool
335 depends on SOC_TYPE_XWAY
336 depends on PINCTRL_LANTIQ
337
Christian Ruppert5aad0db2013-10-15 15:39:38 +0200338config PINCTRL_TB10X
339 bool
Linus Walleijb99e6fb2015-04-15 10:00:35 +0200340 depends on OF && ARC_PLAT_TB10X
341 select GPIOLIB
Christian Ruppert5aad0db2013-10-15 15:39:38 +0200342
Linus Walleij45f034e2011-11-05 21:28:46 +0100343endmenu