Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config UART_CC32XX |
|
bool "CC32XX UART driver" |
|
default y |
|
depends on DT_HAS_TI_CC32XX_UART_ENABLED |
|
select SERIAL_HAS_DRIVER |
|
select SERIAL_SUPPORT_INTERRUPT |
|
select PINCTRL |
|
help |
|
This option enables the CC32XX UART driver, for UART_0.
|
|
|