-
CONFIG_GPIO_CC13XX_CC26XX
¶
TI SimpleLink CC13xx / CC26xx GPIO driver
Type: bool
Help¶
Enable the TI SimpleLink CC13xx / CC26xx GPIO driver.
Direct dependencies¶
(GPIO
&& SOC_SERIES_CC13X2_CC26X2
) || (SOC_SERIES_CC13X2_CC26X2
&& GPIO
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Kconfig definitions¶
At soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:37
Included via Kconfig:8
→ Kconfig.zephyr:28
→ soc/arm/ti_simplelink/Kconfig.defconfig:3
Menu path: (Top)
config GPIO_CC13XX_CC26XX bool default y depends onGPIO
&&SOC_SERIES_CC13X2_CC26X2
At drivers/gpio/Kconfig.cc13xx_cc26xx:6
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:30
→ drivers/gpio/Kconfig:40
Menu path: (Top) → Device Drivers → GPIO Drivers
config GPIO_CC13XX_CC26XX bool "TI SimpleLink CC13xx / CC26xx GPIO driver" selectHAS_DTS_GPIO
depends onSOC_SERIES_CC13X2_CC26X2
&&GPIO
help Enable the TI SimpleLink CC13xx / CC26xx GPIO driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)