CONFIG_PINMUX_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

PINMUX

(Includes any dependencies from ifs and menus.)

Default

  • 2

Kconfig definition

At <Zephyr>/drivers/pinmux/Kconfig.stm32:12

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:48<Zephyr>/drivers/pinmux/Kconfig:53

Menu path: (Top) → Device Drivers → Enable board pinmux driver

config PINMUX_STM32_REMAP_INIT_PRIORITY
    int "Remap initialization priority"
    default 2
    depends on PINMUX
    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.)