1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
4#
5
6config UART_RTS5912
7	bool "UART driver for Realtek RTS5912 EC"
8	depends on SOC_SERIES_RTS5912
9	default y if DT_HAS_REALTEK_RTS5912_UART_ENABLED
10	select PINCTRL
11	select CLOCK_CONTROL
12	help
13	  This option enables the RTS5912 UART wrapper driver.
14
15config UART_RTS5912_INIT_PRIORITY
16	int "RTS5912 UART wrapper init priority"
17	default 49
18	depends on UART_RTS5912
19	help
20	  Initialization priority for Realtek RTS5912 UART wrapper driver.
21