:orphan: .. title:: UART_CC32XX .. option:: CONFIG_UART_CC32XX *CC32XX UART driver* Type: ``bool`` Help ==== .. code-block:: none This option enables the CC32XX UART driver, for UART_0. Direct dependencies =================== \ :option:`SOC_SERIES_CC32XX ` && \ :option:`SOC_FAMILY_TISIMPLELINK ` && \ :option:`SERIAL ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`SERIAL_HAS_DRIVER ` - \ :option:`SERIAL_SUPPORT_INTERRUPT ` Kconfig definition ================== At ``/serial/Kconfig.cc32xx:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:24`` → ``/serial/Kconfig:99`` Menu path: (Top) → Device Drivers → Serial Drivers .. code-block:: kconfig config UART_CC32XX bool "CC32XX UART driver" select SERIAL_HAS_DRIVER select SERIAL_SUPPORT_INTERRUPT depends on SOC_SERIES_CC32XX && SOC_FAMILY_TISIMPLELINK && SERIAL help This option enables the CC32XX UART driver, for UART_0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*