CONFIG_PINCTRL_NON_STATIC

(No prompt – not directly user assignable.)

Type: bool

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.

Direct dependencies

PINCTRL

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/drivers/pinctrl/Kconfig:17

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:126

Menu path: (Top) → Device Drivers → Enable pin controller drivers

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.)