Driver will configure pins using the pinctrl API now. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
11 lines
278 B
Text
11 lines
278 B
Text
# 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.
|