:orphan: .. title:: PINMUX_STM32 .. option:: CONFIG_PINMUX_STM32 *Pinmux driver for STM32 MCUs* Type: ``bool`` Help ==== .. code-block:: none Enable pin multiplexer for STM32 MCUs Direct dependencies =================== (\ :option:`PINMUX ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_FAMILY_STM32 ` && \ :option:`PINMUX `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:39`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config PINMUX_STM32 bool default y depends on PINMUX && SOC_FAMILY_STM32 ---- At ``/pinmux/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:46`` → ``/pinmux/Kconfig:51`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. code-block:: kconfig config PINMUX_STM32 bool "Pinmux driver for STM32 MCUs" depends on SOC_FAMILY_STM32 && PINMUX help Enable pin multiplexer for STM32 MCUs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*