The latest development version of this page may be more current than this released 1.14.0 version.
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 if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At soc/arm/st_stm32/common/Kconfig.defconfig.series:21

Included via Kconfig:10Kconfig.zephyr:23soc/arm/st_stm32/Kconfig.defconfig:3

Menu path: (top menu)

config GPIO_STM32
    bool
    default "y" if GPIO && SOC_FAMILY_STM32
    depends on GPIO && SOC_FAMILY_STM32

At drivers/gpio/Kconfig.stm32:8

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:32drivers/gpio/Kconfig:43

Menu path: (top menu) → Device Drivers → GPIO Drivers

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

(Definitions include propagated dependencies, including from if’s and menus.)