-
CONFIG_GPIO_STM32_PORTD
¶
Enable GPIO port D support
Type: bool
Direct dependencies¶
(GPIO
&& BOARD_NUCLEO_F030R8
) || (GPIO
&& BOARD_NUCLEO_L053R8
) || (GPIO_STM32
&& SOC_SERIES_STM32F0X
) || (GPIO_STM32
&& SOC_SERIES_STM32F1X
) || (GPIO_STM32
&& SOC_SERIES_STM32F2X
) || (GPIO_STM32
&& SOC_SERIES_STM32F3X
) || (GPIO_STM32
&& SOC_STM32F412CG
&& SOC_SERIES_STM32F4X
) || (GPIO_STM32
&& SOC_SERIES_STM32F4X
) || (GPIO_STM32
&& SOC_SERIES_STM32F7X
) || (GPIO_STM32
&& SOC_STM32L053X8
&& SOC_SERIES_STM32L0X
) || (GPIO_STM32
&& SOC_STM32L072XZ
&& SOC_SERIES_STM32L0X
) || (GPIO_STM32
&& SOC_STM32L073XZ
&& SOC_SERIES_STM32L0X
) || (GPIO_STM32
&& SOC_STM32L433XC
&& SOC_SERIES_STM32L4X
) || (GPIO_STM32
&& SOC_STM32L475XG
&& SOC_SERIES_STM32L4X
) || (GPIO_STM32
&& SOC_STM32L476XG
&& SOC_SERIES_STM32L4X
) || (GPIO_STM32
&& SOC_STM32L496XG
&& SOC_SERIES_STM32L4X
) || (GPIO_STM32
&& GPIO
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “n” if
GPIO
&&BOARD_NUCLEO_F030R8
- “n” if
GPIO
&&BOARD_NUCLEO_L053R8
- “y” if
GPIO_STM32
&&SOC_SERIES_STM32F0X
- “y” if
GPIO_STM32
&&SOC_SERIES_STM32F1X
- “y” if
GPIO_STM32
&&SOC_SERIES_STM32F2X
- “y” if
GPIO_STM32
&&SOC_SERIES_STM32F3X
- “n” if
GPIO_STM32
&&SOC_STM32F412CG
&&SOC_SERIES_STM32F4X
- “y” if
GPIO_STM32
&&SOC_SERIES_STM32F4X
- “y” if
GPIO_STM32
&&SOC_SERIES_STM32F7X
- “y” if
GPIO_STM32
&&SOC_STM32L053X8
&&SOC_SERIES_STM32L0X
- “y” if
GPIO_STM32
&&SOC_STM32L072XZ
&&SOC_SERIES_STM32L0X
- “y” if
GPIO_STM32
&&SOC_STM32L073XZ
&&SOC_SERIES_STM32L0X
- “y” if
GPIO_STM32
&&SOC_STM32L433XC
&&SOC_SERIES_STM32L4X
- “y” if
GPIO_STM32
&&SOC_STM32L475XG
&&SOC_SERIES_STM32L4X
- “y” if
GPIO_STM32
&&SOC_STM32L476XG
&&SOC_SERIES_STM32L4X
- “y” if
GPIO_STM32
&&SOC_STM32L496XG
&&SOC_SERIES_STM32L4X
Kconfig definitions¶
At boards/arm/nucleo_f030r8/Kconfig.defconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "n" ifGPIO
&&BOARD_NUCLEO_F030R8
depends onGPIO
&&BOARD_NUCLEO_F030R8
At boards/arm/nucleo_l053r8/Kconfig.defconfig:25
Included via Kconfig:10
→ Kconfig.zephyr:19
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "n" ifGPIO
&&BOARD_NUCLEO_L053R8
depends onGPIO
&&BOARD_NUCLEO_L053R8
At arch/arm/soc/st_stm32/stm32f0/Kconfig.defconfig.series:17
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_SERIES_STM32F0X
depends onGPIO_STM32
&&SOC_SERIES_STM32F0X
At arch/arm/soc/st_stm32/stm32f1/Kconfig.defconfig.series:17
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_SERIES_STM32F1X
depends onGPIO_STM32
&&SOC_SERIES_STM32F1X
At arch/arm/soc/st_stm32/stm32f2/Kconfig.defconfig.series:17
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_SERIES_STM32F2X
depends onGPIO_STM32
&&SOC_SERIES_STM32F2X
At arch/arm/soc/st_stm32/stm32f3/Kconfig.defconfig.series:17
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_SERIES_STM32F3X
depends onGPIO_STM32
&&SOC_SERIES_STM32F3X
At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.stm32f412cg:20
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_PORTD bool default "n" ifGPIO_STM32
&&SOC_STM32F412CG
&&SOC_SERIES_STM32F4X
depends onGPIO_STM32
&&SOC_STM32F412CG
&&SOC_SERIES_STM32F4X
At arch/arm/soc/st_stm32/stm32f4/Kconfig.defconfig.series:17
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_SERIES_STM32F4X
depends onGPIO_STM32
&&SOC_SERIES_STM32F4X
At arch/arm/soc/st_stm32/stm32f7/Kconfig.defconfig.series:17
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_SERIES_STM32F7X
depends onGPIO_STM32
&&SOC_SERIES_STM32F7X
At arch/arm/soc/st_stm32/stm32l0/Kconfig.defconfig.stm32l053x8:20
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32l0/Kconfig.defconfig.series:10
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_STM32L053X8
&&SOC_SERIES_STM32L0X
depends onGPIO_STM32
&&SOC_STM32L053X8
&&SOC_SERIES_STM32L0X
At arch/arm/soc/st_stm32/stm32l0/Kconfig.defconfig.stm32l072xz:20
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32l0/Kconfig.defconfig.series:10
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_STM32L072XZ
&&SOC_SERIES_STM32L0X
depends onGPIO_STM32
&&SOC_STM32L072XZ
&&SOC_SERIES_STM32L0X
At arch/arm/soc/st_stm32/stm32l0/Kconfig.defconfig.stm32l073xz:20
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32l0/Kconfig.defconfig.series:10
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_STM32L073XZ
&&SOC_SERIES_STM32L0X
depends onGPIO_STM32
&&SOC_STM32L073XZ
&&SOC_SERIES_STM32L0X
At arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l433xx:20
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.series:11
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_STM32L433XC
&&SOC_SERIES_STM32L4X
depends onGPIO_STM32
&&SOC_STM32L433XC
&&SOC_SERIES_STM32L4X
At arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l475xg:20
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.series:11
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_STM32L475XG
&&SOC_SERIES_STM32L4X
depends onGPIO_STM32
&&SOC_STM32L475XG
&&SOC_SERIES_STM32L4X
At arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l476xx:21
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.series:11
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_STM32L476XG
&&SOC_SERIES_STM32L4X
depends onGPIO_STM32
&&SOC_STM32L476XG
&&SOC_SERIES_STM32L4X
At arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.stm32l496xx:21
Included via Kconfig:10
→ Kconfig.zephyr:20
→ arch/arm/soc/st_stm32/Kconfig.defconfig:1
→ arch/arm/soc/st_stm32/stm32l4/Kconfig.defconfig.series:11
Menu path: (top menu)
config GPIO_STM32_PORTD bool default "y" ifGPIO_STM32
&&SOC_STM32L496XG
&&SOC_SERIES_STM32L4X
depends onGPIO_STM32
&&SOC_STM32L496XG
&&SOC_SERIES_STM32L4X
At drivers/gpio/Kconfig.stm32:26
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_PORTD bool prompt "Enable GPIO port D support" ifGPIO_STM32
&&GPIO
depends onGPIO_STM32
&&GPIO
(Definitions include propagated dependencies, including from if’s and menus.)