Lines Matching +full:pinctrl +full:-

2 # PINCTRL infrastructure and drivers
7 config PINCTRL config
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
24 If this option is disabled (it is the only possible choice for non-DT
25 boards), the pinctrl core provides no systematic mechanism for
26 identifying peripheral devices, applying needed pinctrl settings.
27 It is totally up to the implementation of each low-level driver.
35 Say Y here if you want to use the pinctrl subsystem through the
40 If you need to handle vendor-specific DT properties, you can disable
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.
75 This option is an SPL-variant of the PINCTRL_FULL option.
83 This option is an SPL-variant of the PINCTRL_GENERIC option.
91 This option is an SPL-variant of the PINMUX option.
93 The pinctrl subsystem can add a substantial overhead to the SPL
96 to adjust pin multiplexing in SPL in order to boot into U-Boot,
104 This option is an SPL-variant of the PINCONF option.
107 if PINCTRL || SPL_PINCTRL
119 bool "AT91 pinctrl driver"
122 This option is to enable the AT91 pinctrl driver for AT91 PIO
125 AT91 PIO controller is a combined gpio-controller, pin-mux and
126 pin-config module. Each I/O pin may be dedicated as a general-purpose
129 one-half of peripheral clock cycle and a debouncing filter providing
131 can also control the multi-driver capability, pull-up and pull-down
135 bool "AT91 PIO4 pinctrl driver"
138 This option is to enable the AT91 pinctrl driver for AT91 PIO4
142 bool "Microchip PIC32 pin-control and pin-mux driver"
172 bool "Sandbox pinctrl driver"
175 This enables pinctrl driver for sandbox.
178 messages when pinctrl operations are invoked.
181 bool "Single register pin-control and pin-multiplex driver"
184 This enables pinctrl driver for systems using a single register for
192 bool "STMicroelectronics STi pin-control and pin-mux driver"
214 source "drivers/pinctrl/aspeed/Kconfig"
215 source "drivers/pinctrl/broadcom/Kconfig"
216 source "drivers/pinctrl/exynos/Kconfig"
217 source "drivers/pinctrl/mediatek/Kconfig"
218 source "drivers/pinctrl/meson/Kconfig"
219 source "drivers/pinctrl/mscc/Kconfig"
220 source "drivers/pinctrl/mvebu/Kconfig"
221 source "drivers/pinctrl/nxp/Kconfig"
222 source "drivers/pinctrl/renesas/Kconfig"
223 source "drivers/pinctrl/rockchip/Kconfig"
224 source "drivers/pinctrl/uniphier/Kconfig"