CONFIG_PINCTRL_STM32_REMAP_INIT_PRIORITY

Remap initialization priority

Type: int

Help

Initialization priority for the routine in charge of configuring the
remap for pins PA11/12.

Direct dependencies

PINCTRL

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <Driver>/pinctrl/Kconfig.stm32:11

Included via Kconfig:8Kconfig.zephyr:42<Driver>/Kconfig:126<Driver>/pinctrl/Kconfig:36

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

config PINCTRL_STM32_REMAP_INIT_PRIORITY
    int "Remap initialization priority"
    default 2
    depends on PINCTRL
    help
      Initialization priority for the routine in charge of configuring the
      remap for pins PA11/12.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)