1# Copyright (c) 2023 by Rivos Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config UART_OPENTITAN
5	bool "OpenTitan UART"
6	default y
7	depends on DT_HAS_LOWRISC_OPENTITAN_UART_ENABLED
8	depends on !SERIAL_SUPPORT_INTERRUPT
9	select SERIAL_HAS_DRIVER
10	help
11	  Enable OpenTitan UART serial driver
12