:orphan: .. title:: CONFIG_GPIO_STM32 .. kconfig:: CONFIG_GPIO_STM32 CONFIG_GPIO_STM32 ################# *GPIO Driver for STM32 family of MCUs* Type: ``bool`` Help ==== .. code-block:: none Enable GPIO driver for STM32 line of MCUs Direct dependencies =================== (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`GPIO ` && \ :kconfig:`SOC_FAMILY_STM32 `) || (\ :kconfig:`SOC_FAMILY_STM32 ` && \ :kconfig:`GPIO `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/st_stm32/common/Kconfig.defconfig.series:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config GPIO_STM32 bool default y depends on GPIO && SOC_FAMILY_STM32 ---- At ``/arm/st_stm32/common/Kconfig.defconfig.series:34`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/st_stm32/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config GPIO_STM32 bool default y depends on GPIO && SOC_FAMILY_STM32 ---- At ``/gpio/Kconfig.stm32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:36`` → ``/gpio/Kconfig:40`` Menu path: (Top) → Device Drivers → GPIO Drivers .. code-block:: kconfig menuconfig GPIO_STM32 bool "GPIO Driver for STM32 family of MCUs" depends on SOC_FAMILY_STM32 && GPIO help Enable GPIO driver for STM32 line of MCUs *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*