-
CONFIG_GPIO_STM32_PORTJ
¶
Enable GPIO port J support
Type: bool
Direct dependencies¶
(GPIO_STM32
&& SOC_STM32F429XI
&& SOC_SERIES_STM32F4X
) || (GPIO_STM32
&& SOC_STM32F469XI
&& SOC_SERIES_STM32F4X
) || (GPIO_STM32
&& SOC_STM32F746XG
&& SOC_SERIES_STM32F7X
) || (GPIO_STM32
&& SOC_STM32F769XI
&& SOC_SERIES_STM32F7X
) || (GPIO_STM32
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
GPIO_STM32
&&SOC_STM32F429XI
&&SOC_SERIES_STM32F4X
- “y” if
GPIO_STM32
&&SOC_STM32F469XI
&&SOC_SERIES_STM32F4X
- “y” if
GPIO_STM32
&&SOC_STM32F746XG
&&SOC_SERIES_STM32F7X
- “y” if
GPIO_STM32
&&SOC_STM32F769XI
&&SOC_SERIES_STM32F7X
Kconfig definitions¶
At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f429xx:29
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series:10
Menu path: (top menu)
config GPIO_STM32_PORTJ bool default "y" ifGPIO_STM32
&&SOC_STM32F429XI
&&SOC_SERIES_STM32F4X
depends onGPIO_STM32
&&SOC_STM32F429XI
&&SOC_SERIES_STM32F4X
At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f469xi:29
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series:10
Menu path: (top menu)
config GPIO_STM32_PORTJ bool default "y" ifGPIO_STM32
&&SOC_STM32F469XI
&&SOC_SERIES_STM32F4X
depends onGPIO_STM32
&&SOC_STM32F469XI
&&SOC_SERIES_STM32F4X
At arch/arm/soc/st_stm32/stm32f7/Kconfig.defconfig.stm32f746xg:16
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32f7/Kconfig.defconfig.series:10
Menu path: (top menu)
config GPIO_STM32_PORTJ bool default "y" ifGPIO_STM32
&&SOC_STM32F746XG
&&SOC_SERIES_STM32F7X
depends onGPIO_STM32
&&SOC_STM32F746XG
&&SOC_SERIES_STM32F7X
At arch/arm/soc/st_stm32/stm32f7/Kconfig.defconfig.stm32f769xi:16
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32f7/Kconfig.defconfig.series:10
Menu path: (top menu)
config GPIO_STM32_PORTJ bool default "y" ifGPIO_STM32
&&SOC_STM32F769XI
&&SOC_SERIES_STM32F7X
depends onGPIO_STM32
&&SOC_STM32F769XI
&&SOC_SERIES_STM32F7X
At drivers/gpio/Kconfig.stm32:44
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:53
Menu path: (top menu) → Device Drivers → GPIO Drivers → GPIO Driver for STM32 family of MCUs
config GPIO_STM32_PORTJ bool prompt "Enable GPIO port J support" ifGPIO_STM32
&&GPIO
depends onGPIO_STM32
&&GPIO
(Definitions include propagated dependencies, including from if’s and menus.)