|
# Copyright (c) 2024 ENE Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WDT_ENE_KB1200
|
|
bool "ENE KB1200 watchdog driver"
|
|
default y
|
|
depends on DT_HAS_ENE_KB1200_WATCHDOG_ENABLED
|
|
select HAS_WDT_DISABLE_AT_BOOT
|
|
help
|
|
This option enables the KB1200 watchdog driver.
|