zephyr/drivers/mfd/Kconfig.npm1300
Bernt Johan Damslora 5fc7304878 drivers: mfd: npm1300: Add separate initialization priority
Enables setting the initialization priority of the nPM1300 independently
from other MFDs.

Signed-off-by: Bernt Johan Damslora <Bernt.Damslora@nordicsemi.no>
2023-11-08 15:09:06 +00:00

18 lines
485 B
Plaintext

# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX -License-Identifier: Apache-2.0
config MFD_NPM1300
bool "nPM1300 PMIC multi-function device driver"
default y
depends on DT_HAS_NORDIC_NPM1300_ENABLED
select I2C
help
Enable the Nordic nPM1300 PMIC multi-function device driver
config MFD_NPM1300_INIT_PRIORITY
int "nPM1300 MFD initialization priority"
default MFD_INIT_PRIORITY
depends on MFD_NPM1300
help
Multi-function device initialization priority for nPM1300.