Home | History | Annotate | Download | only in pinctrl

Lines Matching refs:PINCTRL

2 # PINCTRL infrastructure and drivers
7 config PINCTRL
11 This enables the basic support for pinctrl framework. You may want
16 depends on PINCTRL && OF_CONTROL
19 This provides Linux-compatible device tree interface for the pinctrl
21 it parses a device tree to look for the pinctrl device which the
25 boards), the pinctrl core provides no systematic mechanism for
26 identifying peripheral devices, applying needed pinctrl settings.
35 Say Y here if you want to use the pinctrl subsystem through the
41 this option and implement your own set_state callback in the pinctrl
49 This option enables pin multiplexing through the generic pinctrl
51 a single pin can be used for several functions. An SoC pinctrl driver
59 This option enables pin configuration through the generic pinctrl
66 This option is an SPL-variant of the PINCTRL option.
67 See the help of PINCTRL for details.
93 The pinctrl subsystem can add a substantial overhead to the SPL
107 if PINCTRL || SPL_PINCTRL
119 bool "AT91 pinctrl driver"
122 This option is to enable the AT91 pinctrl driver for AT91 PIO
135 bool "AT91 PIO4 pinctrl driver"
138 This option is to enable the AT91 pinctrl driver for AT91 PIO4
252 bool "Sandbox pinctrl driver"
255 This enables pinctrl driver for sandbox.
258 messages when pinctrl operations are invoked.
264 This enables pinctrl driver for systems using a single register for
298 Generic Pinctrl framework and is compatible with the Linux driver,
303 source "drivers/pinctrl/meson/Kconfig"
304 source "drivers/pinctrl/nxp/Kconfig"
305 source "drivers/pinctrl/renesas/Kconfig"
306 source "drivers/pinctrl/uniphier/Kconfig"
307 source "drivers/pinctrl/exynos/Kconfig"
308 source "drivers/pinctrl/mvebu/Kconfig"
309 source "drivers/pinctrl/broadcom/Kconfig"