-
CONFIG_GPIO_STM32_PORTC
¶
Enable GPIO port C support
Type: bool
Direct dependencies¶
(GPIO
&& SOC_FAMILY_STM32
) || (GPIO_STM32
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Kconfig definitions¶
At soc/arm/st_stm32/common/Kconfig.defconfig.series:40
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arm/st_stm32/Kconfig.defconfig:3
Menu path: (Top)
config GPIO_STM32_PORTC bool default y depends onGPIO
&&SOC_FAMILY_STM32
At drivers/gpio/Kconfig.stm32:21
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:30
→ drivers/gpio/Kconfig:34
Menu path: (Top) → Device Drivers → GPIO Drivers → GPIO Driver for STM32 family of MCUs
config GPIO_STM32_PORTC bool "Enable GPIO port C support" depends onGPIO_STM32
&&GPIO
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)