CONFIG_GPIO_GECKO_COMMON_NAME

Common driver name

Type: string

Direct dependencies

GPIO_GECKO && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.gecko:16

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_COMMON_NAME
    string
    prompt "Common driver name" if GPIO_GECKO && GPIO
    default "GPIO_COMMON" if GPIO_GECKO && GPIO
    depends on GPIO_GECKO && GPIO

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