CONFIG_GPIO_GECKO_PORTD

Port D

Type: bool

Help

Enable Port D.

Direct dependencies

(GPIO_GECKO && BOARD_EFM32WG_STK3800) || (GPIO_GECKO && BOARD_EFR32_SLWSTK6061A) || (GPIO_GECKO && GPIO)

(Includes any dependencies from if’s and menus.)

Kconfig definitions

At boards/arm/efm32wg_stk3800/Kconfig.defconfig:30

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_GECKO_PORTD
    bool
    default "n" if GPIO_GECKO && BOARD_EFM32WG_STK3800
    depends on GPIO_GECKO && BOARD_EFM32WG_STK3800

At boards/arm/efr32_slwstk6061a/Kconfig.defconfig:30

Included via Kconfig:10Kconfig.zephyr:19

Menu path: (top menu)

config GPIO_GECKO_PORTD
    bool
    default "y" if GPIO_GECKO && BOARD_EFR32_SLWSTK6061A
    depends on GPIO_GECKO && BOARD_EFR32_SLWSTK6061A

At drivers/gpio/Kconfig.gecko:58

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

Menu path: (top menu) → Device Drivers → GPIO Drivers → Gecko GPIO driver

config GPIO_GECKO_PORTD
    bool
    prompt "Port D" if GPIO_GECKO && GPIO
    depends on GPIO_GECKO && GPIO
    help
      Enable Port D.

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