-
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
) || (GPIO
&& SOC_FAMILY_STM32
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_FAMILY_STM32
Symbols selected by this symbol¶
HAS_DTS_GPIO
ifGPIO
&&SOC_FAMILY_STM32
&&GPIO
Kconfig definitions¶
At arch/arm/soc/st_stm32/common/Kconfig.defconfig.series:19
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_STM32 bool default "y" ifGPIO
&&SOC_FAMILY_STM32
depends onGPIO
&&SOC_FAMILY_STM32
At drivers/gpio/Kconfig.stm32:8
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:53
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_STM32 bool prompt "GPIO Driver for STM32 family of MCUs" ifGPIO
&&SOC_FAMILY_STM32
&&GPIO
selectHAS_DTS_GPIO
ifGPIO
&&SOC_FAMILY_STM32
&&GPIO
depends onGPIO
&&SOC_FAMILY_STM32
&&GPIO
help Enable GPIO driver for STM32 line of MCUs
(Definitions include propagated dependencies, including from if’s and menus.)