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.
11 lines
334 B
11 lines
334 B
#Copyright 2022 Meta Platforms, Inc.and its affiliates. |
|
#SPDX-License-Identifier: Apache-2.0 |
|
|
|
config UART_CDNS |
|
bool "Serial driver for Cadence UART IP6528" |
|
default y |
|
depends on DT_HAS_CDNS_UART_ENABLED |
|
select SERIAL_HAS_DRIVER |
|
select SERIAL_SUPPORT_INTERRUPT |
|
help |
|
This option enables the serial driver for Cadence UART IP6528.
|
|
|