:orphan: .. title:: PINMUX_STM32 .. option:: CONFIG_PINMUX_STM32 *Pinmux driver for STM32 MCUs* Type: ``bool`` Help ==== 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 =================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:35`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config PINMUX_STM32 bool default y depends on \ :option:`PINMUX ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/pinmux/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:46`` → ``drivers/pinmux/Kconfig:57`` Menu path: (Top) → Device Drivers → Enable board pinmux driver .. parsed-literal:: config PINMUX_STM32 bool "Pinmux driver for STM32 MCUs" depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`PINMUX ` help Enable pin multiplexer for STM32 MCUs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*