CONFIG_PINMUX_STM32¶
Pinmux driver for STM32 MCUs
Type: bool
Help¶
Enable pin multiplexer for STM32 MCUs
Direct dependencies¶
(PINMUX && SOC_FAMILY_STM32) || (PINMUX && SOC_FAMILY_STM32) || (SOC_FAMILY_STM32 && PINMUX)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/st_stm32/common/Kconfig.defconfig.series:39
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/st_stm32/Kconfig.defconfig:3
Menu path: (Top)
config PINMUX_STM32
    bool
    default y
    depends on PINMUX && SOC_FAMILY_STM32
At <Zephyr SoC>/arm/st_stm32/common/Kconfig.defconfig.series:39
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/st_stm32/Kconfig.defconfig:3
Menu path: (Top)
config PINMUX_STM32
    bool
    default y
    depends on PINMUX && SOC_FAMILY_STM32
At <Zephyr Driver>/pinmux/Kconfig.stm32:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:48 → <Zephyr Driver>/pinmux/Kconfig:53
Menu path: (Top) → Device Drivers → Enable board pinmux driver
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.)