2 # PINCTRL infrastructure and drivers
10 menu "Pin controllers"
14 bool "Support pin multiplexing controllers"
17 bool "Support pin configuration controllers"
19 config GENERIC_PINCONF
24 bool "Debug PINCTRL calls"
25 depends on DEBUG_KERNEL
27 Say Y here to add some extra checks and diagnostics to PINCTRL calls.
30 bool "AT91 pinctrl driver"
36 Say Y here to enable the at91 pinctrl driver
38 config PINCTRL_BCM2835
49 bool "IMX35 pinctrl driver"
54 Say Y here to enable the imx35 pinctrl driver
57 bool "IMX51 pinctrl driver"
62 Say Y here to enable the imx51 pinctrl driver
65 bool "IMX53 pinctrl driver"
70 Say Y here to enable the imx53 pinctrl driver
73 bool "IMX6Q pinctrl driver"
78 Say Y here to enable the imx6q pinctrl driver
93 depends on PINCTRL_LANTIQ
96 bool "MMP2 pin controller driver"
116 config PINCTRL_NOMADIK
117 bool "Nomadik pin controller driver"
118 depends on ARCH_U8500 || ARCH_NOMADIK
122 config PINCTRL_STN8815
123 bool "STN8815 pin controller driver"
124 depends on PINCTRL_NOMADIK && ARCH_NOMADIK
126 config PINCTRL_DB8500
127 bool "DB8500 pin controller driver"
128 depends on PINCTRL_NOMADIK && ARCH_U8500
130 config PINCTRL_DB8540
131 bool "DB8540 pin controller driver"
132 depends on PINCTRL_NOMADIK && ARCH_U8500
134 config PINCTRL_PXA168
135 bool "PXA168 pin controller driver"
137 select PINCTRL_PXA3xx
140 config PINCTRL_PXA910
141 bool "PXA910 pin controller driver"
143 select PINCTRL_PXA3xx
146 config PINCTRL_SINGLE
147 tristate "One-register-per-pin type device tree based pinctrl driver"
152 This selects the device tree based generic pinctrl driver.
155 bool "CSR SiRFprimaII/SiRFmarco pin controller driver"
162 config PINCTRL_TEGRA20
168 config PINCTRL_TEGRA30
175 bool "U300 pin controller driver"
178 select GENERIC_PINCONF
180 config PINCTRL_COH901
181 bool "ST-Ericsson U300 COH 901 335/571 GPIO"
182 depends on GPIOLIB && ARCH_U300 && PINCTRL_U300
184 Say yes here to support GPIO interface on ST-Ericsson U300.
185 The names of the two IP block variants supported are
186 COH 901 335 and COH 901 571/3. They contain 3, 5 or 7
187 ports of 8 GPIO pins each.
189 config PINCTRL_SAMSUNG
190 bool "Samsung pinctrl driver"
191 depends on OF && GPIOLIB
195 config PINCTRL_EXYNOS4
196 bool "Pinctrl driver data for Exynos4 SoC"
197 depends on OF && GPIOLIB
198 select PINCTRL_SAMSUNG
200 source "drivers/pinctrl/mvebu/Kconfig"
202 source "drivers/pinctrl/spear/Kconfig"
206 depends on SOC_TYPE_XWAY
207 depends on PINCTRL_LANTIQ