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 COUNTER 13 help 14 Enable driver for the Andes Watchdog driver. 15