:orphan: .. title:: CONFIG_PINCTRL_NON_STATIC .. kconfig:: CONFIG_PINCTRL_NON_STATIC CONFIG_PINCTRL_NON_STATIC ######################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option can be selected if the pin control configuration defined by a driver has to be accessed externally. This can happen, for example, when dynamic pin control is enabled or in testing environments. Direct dependencies =================== \ :kconfig:`PINCTRL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`PINCTRL_DYNAMIC ` Kconfig definition ================== At ``/pinctrl/Kconfig:17`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:126`` Menu path: (Top) → Device Drivers → Enable pin controller drivers .. code-block:: kconfig config PINCTRL_NON_STATIC bool depends on PINCTRL help This option can be selected if the pin control configuration defined by a driver has to be accessed externally. This can happen, for example, when dynamic pin control is enabled or in testing environments. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*