CONFIG_GPIO_STM32_PORTI

Enable GPIO port I support

Type: bool

Kconfig definitions

At arch/arm/soc/st_stm32/stm32f2/Kconfig.defconfig.series:32

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1

Menu path: (top menu)

config GPIO_STM32_PORTI
    bool
    default "y" if GPIO_STM32 && SOC_SERIES_STM32F2X
    depends on GPIO_STM32 && SOC_SERIES_STM32F2X

At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f405xx:26

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series:10

Menu path: (top menu)

config GPIO_STM32_PORTI
    bool
    default "y" if GPIO_STM32 && SOC_STM32F405XG && SOC_SERIES_STM32F4X
    depends on GPIO_STM32 && SOC_STM32F405XG && SOC_SERIES_STM32F4X

At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f407xx:26

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series:10

Menu path: (top menu)

config GPIO_STM32_PORTI
    bool
    default "y" if GPIO_STM32 && SOC_STM32F407XG && SOC_SERIES_STM32F4X
    depends on GPIO_STM32 && SOC_STM32F407XG && SOC_SERIES_STM32F4X

At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f417xx:26

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series:10

Menu path: (top menu)

config GPIO_STM32_PORTI
    bool
    default "y" if GPIO_STM32 && (SOC_STM32F417XE || SOC_STM32F417XG) && SOC_SERIES_STM32F4X
    depends on GPIO_STM32 && (SOC_STM32F417XE || SOC_STM32F417XG) && SOC_SERIES_STM32F4X

At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx:26

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series:10

Menu path: (top menu)

config GPIO_STM32_PORTI
    bool
    default "y" if GPIO_STM32 && SOC_STM32F429XI && SOC_SERIES_STM32F4X
    depends on GPIO_STM32 && SOC_STM32F429XI && SOC_SERIES_STM32F4X

At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f469xi:26

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series:10

Menu path: (top menu)

config GPIO_STM32_PORTI
    bool
    default "y" if GPIO_STM32 && SOC_STM32F469XI && SOC_SERIES_STM32F4X
    depends on GPIO_STM32 && SOC_STM32F469XI && SOC_SERIES_STM32F4X

At arch/arm/soc/st_stm32/stm32f7/Kconfig.defconfig.series:26

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1

Menu path: (top menu)

config GPIO_STM32_PORTI
    bool
    default "y" if GPIO_STM32 && SOC_SERIES_STM32F7X
    depends on GPIO_STM32 && SOC_SERIES_STM32F7X

At arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l496xx:36

Included via Kconfig:10Kconfig.zephyr:20arch/arm/soc/st_stm32/Kconfig.defconfig:1arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.series:11

Menu path: (top menu)

config GPIO_STM32_PORTI
    bool
    default "y" if GPIO_STM32 && SOC_STM32L496XG && SOC_SERIES_STM32L4X
    depends on GPIO_STM32 && SOC_STM32L496XG && SOC_SERIES_STM32L4X

At drivers/gpio/Kconfig.stm32:41

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:34drivers/gpio/Kconfig:53

Menu path: (top menu) → Device Drivers → GPIO Drivers → GPIO Driver for STM32 family of MCUs

config GPIO_STM32_PORTI
    bool
    prompt "Enable GPIO port I support" if GPIO_STM32 && GPIO
    depends on GPIO_STM32 && GPIO

(Definitions include propagated dependencies, including from if’s and menus.)