1# Copyright (c) 2023 Nordic Semiconductor ASA 2# SPDX -License-Identifier: Apache-2.0 3 4config REGULATOR_NPM1100 5 bool "nPM1100 PMIC regulator driver" 6 default y 7 depends on DT_HAS_NORDIC_NPM1100_ENABLED 8 help 9 Enable the Nordic nPM1100 PMIC regulator driver 10 11config REGULATOR_NPM1100_INIT_PRIORITY 12 int "nPM1100 regulator driver init priority" 13 default KERNEL_INIT_PRIORITY_DEVICE 14 depends on REGULATOR_NPM1100 15 help 16 Init priority for the Nordic nPM1100 regulator driver. 17