CONFIG_GPIO_CC2650

TI CC2650 GPIO driver

Type: bool

Help

Enable the GPIO driver on boards equipped with TI CC2650.

Direct dependencies

GPIO && SOC_SERIES_CC2650 && GPIO

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

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/gpio/Kconfig.cc2650:5

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

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

menuconfig GPIO_CC2650
    bool
    prompt "TI CC2650 GPIO driver" if GPIO && SOC_SERIES_CC2650 && GPIO
    depends on GPIO && SOC_SERIES_CC2650 && GPIO
    help
      Enable the GPIO driver on boards equipped with TI CC2650.

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