66f5fce68f
Take into account the SPI bus init priorirty that can be used for MFD drivers. Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
19 lines
448 B
Plaintext
19 lines
448 B
Plaintext
# Copyright (c) 2022 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WDT_NPM6001
|
|
bool "nPM6001 Watchdog driver"
|
|
default y
|
|
depends on DT_HAS_NORDIC_NPM6001_WDT_ENABLED
|
|
select I2C
|
|
select MFD
|
|
help
|
|
Enable nPM6001 Watchdog driver
|
|
|
|
config WDT_NPM6001_INIT_PRIORITY
|
|
int "nPM6001 Watchdog driver initialization priority"
|
|
depends on WDT_NPM6001
|
|
default 85
|
|
help
|
|
Initialization priority for the nPM6001 Watchdog driver.
|