blob: 062e4d4d4527b55efddeea6779a84c0e0f88ef13 [file] [edit]
# Copyright (c) 2026 Nordic Semiconductor ASA
# SPDX-License-Identifier: Apache-2.0
config WDT_NPM10XX
bool "nPM10xx Watchdog driver"
default y
depends on DT_HAS_NORDIC_NPM10XX_WDT_ENABLED
select MFD
help
Enable nPM13xx Watchdog driver
config WDT_NPM10XX_INIT_PRIORITY
int "nPM10xx Watchdog driver initialization priority"
depends on WDT_NPM10XX
default 85
help
Initialization priority for the nPM10xx Watchdog driver.
It must be greater than MFD_NPM10XX_INIT_PRIORITY.