1# Kconfig Andes Watchdog configuration options 2# 3# Copyright (c) 2023 Andes Technology Corporation. 4# 5# SPDX-License-Identifier: Apache-2.0 6# 7 8config WDT_ANDES_ATCWDT200 9 bool "Andes Watchdog driver" 10 default y 11 depends on DT_HAS_ANDESTECH_ATCWDT200_ENABLED 12 select HAS_WDT_DISABLE_AT_BOOT 13 select COUNTER 14 help 15 Enable driver for the Andes Watchdog driver. 16