1# Copyright (c) 2025, Realtek, SIBG-SD7
2# SPDX-License-Identifier: Apache-2.0
3
4config WDT_RTS5912
5	bool "Realtek RTS5912 Embedded Controller Watchdog Driver"
6	default y
7	depends on DT_HAS_REALTEK_RTS5912_WATCHDOG_ENABLED
8	select HAS_WDT_DISABLE_AT_BOOT
9	help
10	  This option enables the WDT driver for Realtek RTS5912 family of
11	  processors.
12