CONFIG_PINMUX_STM32

Pinmux driver for STM32 MCUs

Type: bool

Help

Enable pin multiplexer for STM32 MCUs

Direct dependencies

(PINMUX && SOC_FAMILY_STM32) || (SOC_FAMILY_STM32 && PINMUX)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At <Zephyr>/soc/arm/st_stm32/common/Kconfig.defconfig.series:35

Included via <Zephyr>/Kconfig:8<Zephyr>/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>/drivers/pinmux/Kconfig.stm32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:46<Zephyr>/drivers/pinmux/Kconfig:55

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.)