-
CONFIG_UART_CC13XX_CC26XX
¶
TI SimpleLink CC13xx / CC26xx UART driver
Type: bool
Help¶
Enable the TI SimpleLink CC13xx / CC26xx UART driver.
Direct dependencies¶
(SERIAL
&& SOC_SERIES_CC13X2_CC26X2
) || (SOC_SERIES_CC13X2_CC26X2
&& SERIAL
)
(Includes any dependencies from ifs and menus.)
Default¶
y
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:40
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:19
→ <BuildDir>/Kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/ti_simplelink/Kconfig.defconfig:3
Menu path: (Top)
config UART_CC13XX_CC26XX bool default y depends onSERIAL
&&SOC_SERIES_CC13X2_CC26X2
At <Zephyr>/drivers/serial/Kconfig.cc13xx_cc26xx:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:24
→ <Zephyr>/drivers/serial/Kconfig:97
Menu path: (Top) → Device Drivers → Serial Drivers
config UART_CC13XX_CC26XX bool "TI SimpleLink CC13xx / CC26xx UART driver" selectSERIAL_HAS_DRIVER
selectSERIAL_SUPPORT_INTERRUPT
depends onSOC_SERIES_CC13X2_CC26X2
&&SERIAL
help Enable the TI SimpleLink CC13xx / CC26xx UART driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)