:orphan: .. title:: CONFIG_UART_CC13XX_CC26XX .. kconfig:: CONFIG_UART_CC13XX_CC26XX CONFIG_UART_CC13XX_CC26XX ######################### *TI SimpleLink CC13xx / CC26xx UART driver* Type: ``bool`` Help ==== .. code-block:: none Enable the TI SimpleLink CC13xx / CC26xx UART driver. Direct dependencies =================== (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 `) || (\ :kconfig:`SERIAL ` && \ :kconfig:`SOC_SERIES_CC13X2_CC26X2 `) || (\ :kconfig:`SOC_SERIES_CC13X2_CC26X2 ` && \ :kconfig:`SERIAL `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Symbols selected by this symbol =============================== - \ :kconfig:`SERIAL_HAS_DRIVER ` - \ :kconfig:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definitions =================== At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config UART_CC13XX_CC26XX bool default y depends on SERIAL && SOC_SERIES_CC13X2_CC26X2 ---- At ``/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.defconfig.series:40`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/ti_simplelink/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config UART_CC13XX_CC26XX bool default y depends on SERIAL && SOC_SERIES_CC13X2_CC26X2 ---- At ``/serial/Kconfig.cc13xx_cc26xx:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:26`` → ``/serial/Kconfig:120`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_CC13XX_CC26XX bool "TI SimpleLink CC13xx / CC26xx UART driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SOC_SERIES_CC13X2_CC26X2 && SERIAL help Enable the TI SimpleLink CC13xx / CC26xx UART driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*