10 lines
229 B
Plaintext
10 lines
229 B
Plaintext
|
# Copyright (c) 2023 Analog Devices, Inc.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config WDT_MAX32
|
||
|
bool "MAX32 Watchdog (WDT) Driver"
|
||
|
default y
|
||
|
depends on DT_HAS_ADI_MAX32_WATCHDOG_ENABLED
|
||
|
help
|
||
|
Enable WDT driver for MAX32.
|