CONFIG_GPIO_CC2650_NAME

GPIO driver name.

Type: string

Direct dependencies

GPIO_CC2650 && GPIO

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

Defaults

Kconfig definition

At drivers/gpio/Kconfig.cc2650:15

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

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

config GPIO_CC2650_NAME
    string
    prompt "GPIO driver name." if GPIO_CC2650 && GPIO
    default "GPIO_0" if GPIO_CC2650 && GPIO
    depends on GPIO_CC2650 && GPIO

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