:orphan: .. title:: UART_CC32XX .. option:: CONFIG_UART_CC32XX *CC32XX UART driver* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/serial/Kconfig.cc32xx:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:24`` → ``drivers/serial/Kconfig:99`` Menu path: (Top) → Device Drivers → Serial Drivers .. parsed-literal:: config UART_CC32XX bool "CC32XX UART driver" select \ :option:`SERIAL_HAS_DRIVER ` select \ :option:`SERIAL_SUPPORT_INTERRUPT ` depends on \ :option:`SOC_SERIES_CC32XX ` && \ :option:`SOC_FAMILY_TISIMPLELINK ` && \ :option:`SERIAL ` help This option enables the CC32XX UART driver, for UART_0. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*