CONFIG_GPIO_STM32

GPIO Driver for STM32 family of MCUs

Type: bool

Help

Enable GPIO driver for STM32 line of MCUs

Direct dependencies

(GPIO && SOC_FAMILY_STM32) || (SOC_FAMILY_STM32 && GPIO)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

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

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 GPIO_STM32
    bool
    default y
    depends on GPIO && SOC_FAMILY_STM32

At <Zephyr>/drivers/gpio/Kconfig.stm32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:34<Zephyr>/drivers/gpio/Kconfig:38

Menu path: (Top) → Device Drivers → GPIO Drivers

menuconfig GPIO_STM32
    bool "GPIO Driver for STM32 family of MCUs"
    depends on SOC_FAMILY_STM32 && GPIO
    help
      Enable GPIO driver for STM32 line of MCUs

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)