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 <Zephyr>/drivers/pinctrl/Kconfig.stm32:11

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

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