1# Copyright (c) 2024 ENE Technology Inc.
2# SPDX-License-Identifier: Apache-2.0
3
4config WDT_ENE_KB1200
5	bool "ENE KB1200 watchdog driver"
6	default y
7	depends on DT_HAS_ENE_KB1200_WATCHDOG_ENABLED
8	select HAS_WDT_DISABLE_AT_BOOT
9	help
10	  This option enables the KB1200 watchdog driver.
11