1# Copyright (c) 2023 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4config MFD_NPM1300 5 bool "nPM1300 PMIC multi-function device driver" 6 default y 7 depends on DT_HAS_NORDIC_NPM1300_ENABLED 8 select I2C 9 help 10 Enable the Nordic nPM1300 PMIC multi-function device driver 11 12config MFD_NPM1300_INIT_PRIORITY 13 int "nPM1300 MFD initialization priority" 14 default MFD_INIT_PRIORITY 15 depends on MFD_NPM1300 16 help 17 Multi-function device initialization priority for nPM1300. 18