-
CONFIG_GPIO_STM32_PORTA
¶
Enable GPIO port A support
Type: bool
Direct dependencies¶
(GPIO
&& SOC_FAMILY_STM32
) || (GPIO_STM32
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO
&&SOC_FAMILY_STM32
Kconfig definitions¶
At soc/arm/st_stm32/common/Kconfig.defconfig.series:24
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/st_stm32/Kconfig.defconfig:3
Menu path: (top menu)
config GPIO_STM32_PORTA bool default "y" ifGPIO
&&SOC_FAMILY_STM32
depends onGPIO
&&SOC_FAMILY_STM32
At drivers/gpio/Kconfig.stm32:17
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:32
→ drivers/gpio/Kconfig:43
Menu path: (top menu) → Device Drivers → GPIO Drivers → GPIO Driver for STM32 family of MCUs
config GPIO_STM32_PORTA bool prompt "Enable GPIO port A support" ifGPIO_STM32
&&GPIO
depends onGPIO_STM32
&&GPIO
(Definitions include propagated dependencies, including from if’s and menus.)