Files
zephyr/drivers/serial/Kconfig.realtek_rts5912
Lin Yu-Cheng 2d72d86ba2 serial: rts5912: implement power management
support uart wake up function

Signed-off-by: Lin Yu-Cheng <lin_yu_cheng@realtek.com>
2025-10-02 11:47:32 +03:00

21 lines
540 B
Plaintext

# 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.