1# Copyright (c) 2022 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config WDT_NPM6001 5 bool "nPM6001 Watchdog driver" 6 default y 7 depends on DT_HAS_NORDIC_NPM6001_WDT_ENABLED 8 select I2C 9 select MFD 10 help 11 Enable nPM6001 Watchdog driver 12 13config WDT_NPM6001_INIT_PRIORITY 14 int "nPM6001 Watchdog driver initialization priority" 15 depends on WDT_NPM6001 16 default 85 17 help 18 Initialization priority for the nPM6001 Watchdog driver. 19