:orphan: .. title:: CONFIG_PINCTRL_STM32_REMAP_INIT_PRIORITY .. kconfig:: CONFIG_PINCTRL_STM32_REMAP_INIT_PRIORITY CONFIG_PINCTRL_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:`PINCTRL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 2 Kconfig definition ================== At ``/pinctrl/Kconfig.stm32:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:126`` → ``/pinctrl/Kconfig:36`` Menu path: (Top) → Device Drivers → Enable pin controller drivers .. code-block:: kconfig 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.)*