-
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:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:34
→ drivers/gpio/Kconfig:65
Menu path: (top menu) → Device Drivers → GPIO Drivers
menuconfig GPIO_CC2650 bool prompt "TI CC2650 GPIO driver" ifGPIO
&&SOC_SERIES_CC2650
&&GPIO
depends onGPIO
&&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.)