:orphan: .. title:: CONFIG_PINCTRL_DYNAMIC .. kconfig:: CONFIG_PINCTRL_DYNAMIC CONFIG_PINCTRL_DYNAMIC ###################### *Enable dynamic configuration of pins* Type: ``bool`` Help ==== .. code-block:: none When this option is enabled pin control configuration can be changed at runtime. This can be useful, for example, to change the pins assigned to a peripheral at early boot stages depending on a certain input. Direct dependencies =================== \ :kconfig:`PINCTRL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`PINCTRL_NON_STATIC ` Kconfig definition ================== At ``/pinctrl/Kconfig:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:126`` Menu path: (Top) → Device Drivers → Enable pin controller drivers .. code-block:: kconfig config PINCTRL_DYNAMIC bool "Enable dynamic configuration of pins" select PINCTRL_NON_STATIC depends on PINCTRL help When this option is enabled pin control configuration can be changed at runtime. This can be useful, for example, to change the pins assigned to a peripheral at early boot stages depending on a certain input. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*