nvme: fix Kconfig description for BLK_DEV_NVME_SCSI
[linux-2.6-block.git] / drivers / pinctrl / Kconfig
CommitLineData
2744e8af
LW
1#
2# PINCTRL infrastructure and drivers
3#
4
45f034ef
LW
5config PINCTRL
6 bool
2744e8af 7
45f034ef
LW
8menu "Pin controllers"
9 depends on PINCTRL
10
2744e8af 11config PINMUX
244e95a7 12 bool "Support pin multiplexing controllers" if COMPILE_TEST
ae6b4d85
LW
13
14config PINCONF
244e95a7 15 bool "Support pin configuration controllers" if COMPILE_TEST
2744e8af 16
394349f7
LW
17config GENERIC_PINCONF
18 bool
19 select PINCONF
20
2744e8af
LW
21config DEBUG_PINCTRL
22 bool "Debug PINCTRL calls"
23 depends on DEBUG_KERNEL
24 help
25 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
26
e9a03add
SZ
27config PINCTRL_ADI2
28 bool "ADI pin controller driver"
9d7278d0 29 depends on BLACKFIN
e9a03add
SZ
30 select PINMUX
31 select IRQ_DOMAIN
32 help
33 This is the pin controller and gpio driver for ADI BF54x, BF60x and
34 future processors. This option is selected automatically when specific
35 machine and arch are selected to build.
36
c8ce8782
LD
37config PINCTRL_AS3722
38 bool "Pinctrl and GPIO driver for ams AS3722 PMIC"
39 depends on MFD_AS3722 && GPIOLIB
40 select PINMUX
41 select GENERIC_PINCONF
42 help
43 AS3722 device supports the configuration of GPIO pins for different
44 functionality. This driver supports the pinmux, push-pull and
45 open drain configuration for the GPIO pins of AS3722 devices. It also
46 supports the GPIO functionality through gpiolib.
47
e9a03add
SZ
48config PINCTRL_BF54x
49 def_bool y if BF54x
50 select PINCTRL_ADI2
51
52config PINCTRL_BF60x
53 def_bool y if BF60x
54 select PINCTRL_ADI2
55
6732ae5c
JCPV
56config PINCTRL_AT91
57 bool "AT91 pinctrl driver"
58 depends on OF
59 depends on ARCH_AT91
60 select PINMUX
61 select PINCONF
80cc3732
AS
62 select GPIOLIB
63 select OF_GPIO
64 select GPIOLIB_IRQCHIP
6732ae5c
JCPV
65 help
66 Say Y here to enable the at91 pinctrl driver
67
77618084
LD
68config PINCTRL_AT91PIO4
69 bool "AT91 PIO4 pinctrl driver"
70 depends on OF
71 depends on ARCH_AT91
72 select PINMUX
73 select GENERIC_PINCONF
74 select GPIOLIB
75 select GPIOLIB_IRQCHIP
76 select OF_GPIO
77 help
78 Say Y here to enable the at91 pinctrl/gpio driver for Atmel PIO4
79 controller available on sama5d2 SoC.
80
dbad75dd
KX
81config PINCTRL_AMD
82 bool "AMD GPIO pin control"
83 depends on GPIOLIB
84 select GPIOLIB_IRQCHIP
85 select PINCONF
86 select GENERIC_PINCONF
87 help
88 driver for memory mapped GPIO functionality on AMD platforms
89 (x86 or arm).Most pins are usually muxed to some other
90 functionality by firmware,so only a small amount is available
91 for gpio use.
92
93 Requires ACPI/FDT device enumeration code to set up a platform
94 device.
95
38b0e507
BS
96config PINCTRL_DIGICOLOR
97 bool
98 depends on OF && (ARCH_DIGICOLOR || COMPILE_TEST)
99 select PINMUX
100 select GENERIC_PINCONF
101
3f8c50c9
JC
102config PINCTRL_LANTIQ
103 bool
104 depends on LANTIQ
105 select PINMUX
106 select PINCONF
107
2f77ac93
JE
108config PINCTRL_LPC18XX
109 bool "NXP LPC18XX/43XX SCU pinctrl driver"
110 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
111 default ARCH_LPC18XX
112 select PINMUX
113 select GENERIC_PINCONF
114 help
115 Pinctrl driver for NXP LPC18xx/43xx System Control Unit (SCU).
116
e316cb2b
JC
117config PINCTRL_FALCON
118 bool
119 depends on SOC_FALCON
120 depends on PINCTRL_LANTIQ
121
6ac73095
BG
122config PINCTRL_MESON
123 bool
b99e6fb8 124 depends on OF
6ac73095
BG
125 select PINMUX
126 select PINCONF
127 select GENERIC_PINCONF
b99e6fb8 128 select GPIOLIB
6ac73095
BG
129 select OF_GPIO
130 select REGMAP_MMIO
131
d3e51161
HS
132config PINCTRL_ROCKCHIP
133 bool
134 select PINMUX
135 select GENERIC_PINCONF
136 select GENERIC_IRQ_CHIP
751a99ab 137 select MFD_SYSCON
d3e51161 138
8b8b091b
TL
139config PINCTRL_SINGLE
140 tristate "One-register-per-pin type device tree based pinctrl driver"
141 depends on OF
142 select PINMUX
143 select PINCONF
9dddb4df 144 select GENERIC_PINCONF
8b8b091b
TL
145 help
146 This selects the device tree based generic pinctrl driver.
147
3bece55a 148config PINCTRL_SIRF
a17272a4 149 bool "CSR SiRFprimaII pin controller driver"
d3e26f2f 150 depends on ARCH_SIRF
393daa81 151 select PINMUX
f9367793
WC
152 select PINCONF
153 select GENERIC_PINCONF
7420d2d0 154 select GPIOLIB_IRQCHIP
393daa81 155
cefc03e5
AB
156config PINCTRL_PISTACHIO
157 def_bool y if MACH_PISTACHIO
158 depends on GPIOLIB
159 select PINMUX
160 select GENERIC_PINCONF
161 select GPIOLIB_IRQCHIP
162 select OF_GPIO
163
701016c0
SK
164config PINCTRL_ST
165 bool
166 depends on OF
167 select PINMUX
168 select PINCONF
130cbe30 169 select GPIOLIB_IRQCHIP
701016c0 170
971dac71
SW
171config PINCTRL_TEGRA
172 bool
507ccdbf
AL
173 select PINMUX
174 select PINCONF
971dac71
SW
175
176config PINCTRL_TEGRA20
177 bool
971dac71
SW
178 select PINCTRL_TEGRA
179
180config PINCTRL_TEGRA30
181 bool
971dac71
SW
182 select PINCTRL_TEGRA
183
b6ae7a26
PR
184config PINCTRL_TEGRA114
185 bool
186 select PINCTRL_TEGRA
187
1a16bee6
AG
188config PINCTRL_TEGRA124
189 bool
190 select PINCTRL_TEGRA
191
9184f756
SW
192config PINCTRL_TEGRA210
193 bool
194 select PINCTRL_TEGRA
195
dc0a3938
TR
196config PINCTRL_TEGRA_XUSB
197 def_bool y if ARCH_TEGRA
198 select GENERIC_PHY
199 select PINCONF
200 select PINMUX
201
d5025f9f
JH
202config PINCTRL_TZ1090
203 bool "Toumaz Xenif TZ1090 pin control driver"
204 depends on SOC_TZ1090
205 select PINMUX
206 select GENERIC_PINCONF
207
b58f0273
JH
208config PINCTRL_TZ1090_PDC
209 bool "Toumaz Xenif TZ1090 PDC pin control driver"
210 depends on SOC_TZ1090
211 select PINMUX
212 select PINCONF
213
3bece55a
LW
214config PINCTRL_U300
215 bool "U300 pin controller driver"
98da3529
LW
216 depends on ARCH_U300
217 select PINMUX
dc0b1aa3 218 select GENERIC_PINCONF
45f034ef 219
ca402d37
LW
220config PINCTRL_COH901
221 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
3c94d1bb 222 depends on GPIOLIB && ARCH_U300 && PINCTRL_U300
523dcce7 223 select GPIOLIB_IRQCHIP
ca402d37
LW
224 help
225 Say yes here to support GPIO interface on ST-Ericsson U300.
226 The names of the two IP block variants supported are
227 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
228 ports of 8 GPIO pins each.
229
0a8d3e24 230config PINCTRL_PALMAS
736658c5 231 bool "Pinctrl driver for the PALMAS Series MFD devices"
0a8d3e24 232 depends on OF && MFD_PALMAS
63ca8db7 233 select PINMUX
0a8d3e24
LD
234 select GENERIC_PINCONF
235 help
236 Palmas device supports the configuration of pins for different
237 functionality. This driver supports the pinmux, push-pull and
238 open drain configuration for the Palmas series devices like
239 TPS65913, TPS80036 etc.
240
add958ce
SB
241config PINCTRL_ZYNQ
242 bool "Pinctrl driver for Xilinx Zynq"
243 depends on ARCH_ZYNQ
244 select PINMUX
245 select GENERIC_PINCONF
246 help
485dba27 247 This selects the pinctrl driver for Xilinx Zynq.
add958ce 248
b17f2f9b 249source "drivers/pinctrl/bcm/Kconfig"
3de68d33 250source "drivers/pinctrl/berlin/Kconfig"
edad3b2a 251source "drivers/pinctrl/freescale/Kconfig"
5fae8b86 252source "drivers/pinctrl/intel/Kconfig"
06763c74 253source "drivers/pinctrl/mvebu/Kconfig"
3a198059 254source "drivers/pinctrl/nomadik/Kconfig"
4b15ec9d 255source "drivers/pinctrl/pxa/Kconfig"
69b78b8d 256source "drivers/pinctrl/qcom/Kconfig"
ebe629a3 257source "drivers/pinctrl/samsung/Kconfig"
6e54d8d2 258source "drivers/pinctrl/sh-pfc/Kconfig"
deda8287 259source "drivers/pinctrl/spear/Kconfig"
5f910777 260source "drivers/pinctrl/sunxi/Kconfig"
6e908892 261source "drivers/pinctrl/uniphier/Kconfig"
170c6152 262source "drivers/pinctrl/vt8500/Kconfig"
a6df410d 263source "drivers/pinctrl/mediatek/Kconfig"
deda8287 264
3f8c50c9
JC
265config PINCTRL_XWAY
266 bool
267 depends on SOC_TYPE_XWAY
268 depends on PINCTRL_LANTIQ
269
5aad0db1
CR
270config PINCTRL_TB10X
271 bool
b99e6fb8
LW
272 depends on OF && ARC_PLAT_TB10X
273 select GPIOLIB
5aad0db1 274
45f034ef 275endmenu