:orphan: .. title:: CONFIG_PINMUX_STM32_REMAP_INIT_PRIORITY .. kconfig:: CONFIG_PINMUX_STM32_REMAP_INIT_PRIORITY CONFIG_PINMUX_STM32_REMAP_INIT_PRIORITY ####################################### *Remap initialization priority* Type: ``int`` Help ==== .. code-block:: none Initialization priority for the routine in charge of configuring the remap for pins PA11/12. Direct dependencies =================== \ :kconfig:`PINMUX ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/pinmux/Kconfig.stm32:12`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:48`` → ``/pinmux/Kconfig:53`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. code-block:: kconfig 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.)*