CONFIG_GPIO_STM32_PORTC

Enable GPIO port C support

Type: bool

Direct dependencies

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

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definitions

At arch/arm/soc/st_stm32/common/Kconfig.defconfig.series:28

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1

Menu path: (top menu)

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

At drivers/gpio/Kconfig.stm32:23

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:53

Menu path: (top menu) → Device Drivers → GPIO Drivers → GPIO Driver for STM32 family of MCUs

config GPIO_STM32_PORTC
    bool
    prompt "Enable GPIO port C support" if GPIO_STM32 && GPIO
    depends on GPIO_STM32 && GPIO

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