blob: 30a5a8ca30fc8d61d8868694927d8f2fa588c2cd [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2024 Realtek Semiconductor Corporation, SIBG-SD7
#
config UART_RTS5912
bool "UART driver for Realtek RTS5912 EC"
depends on SOC_SERIES_RTS5912
default y if DT_HAS_REALTEK_RTS5912_UART_ENABLED
select PINCTRL
select CLOCK_CONTROL
help
This option enables the RTS5912 UART wrapper driver.
config UART_RTS5912_INIT_PRIORITY
int "RTS5912 UART wrapper init priority"
default 51
depends on UART_RTS5912
help
Initialization priority for Realtek RTS5912 UART wrapper driver.