1#Copyright 2022 Meta Platforms, Inc.and its affiliates.
2#SPDX-License-Identifier: Apache-2.0
3
4config UART_CDNS
5	bool "Serial driver for Cadence UART IP6528"
6	default y
7	depends on DT_HAS_CDNS_UART_ENABLED
8	select SERIAL_HAS_DRIVER
9	select SERIAL_SUPPORT_INTERRUPT
10	help
11	This option enables the serial driver for Cadence UART IP6528.
12