:orphan: .. title:: GPIO_STM32 .. option:: CONFIG_GPIO_STM32 *GPIO Driver for STM32 family of MCUs* Type: ``bool`` Help ==== Enable GPIO driver for STM32 line of MCUs Direct dependencies =================== (\ :option:`GPIO ` && \ :option:`SOC_FAMILY_STM32 `) || (\ :option:`SOC_FAMILY_STM32 ` && \ :option:`GPIO `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`HAS_DTS_GPIO ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/st_stm32/common/Kconfig.defconfig.series:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``soc/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config GPIO_STM32 bool default y depends on \ :option:`GPIO ` && \ :option:`SOC_FAMILY_STM32 ` ---- At ``drivers/gpio/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:30`` → ``drivers/gpio/Kconfig:34`` Menu path: (Top) → Device Drivers → GPIO Drivers .. parsed-literal:: menuconfig GPIO_STM32 bool "GPIO Driver for STM32 family of MCUs" select \ :option:`HAS_DTS_GPIO ` depends on \ :option:`SOC_FAMILY_STM32 ` && \ :option:`GPIO ` help Enable GPIO driver for STM32 line of MCUs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*