1# Copyright (c) 2023 Nordic Semiconductor ASA 2# SPDX -License-Identifier: Apache-2.0 3 4config REGULATOR_ADP5360 5 bool "ADP5360 PMIC regulator driver" 6 default y 7 depends on DT_HAS_ADI_ADP5360_REGULATOR_ENABLED 8 select I2C 9 help 10 Enable the Analog Devices ADP5360 PMIC regulator driver 11 12config REGULATOR_ADP5360_INIT_PRIORITY 13 int "ADP5360 regulator driver init priority" 14 default 76 15 depends on REGULATOR_ADP5360 16 help 17 Init priority for the Analog Devices ADP5360 regulator driver. 18