2023-05-23 01:07:23 +08:00
|
|
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
2024-05-08 15:59:43 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2023-05-23 01:07:23 +08:00
|
|
|
|
|
|
|
config REGULATOR_ADP5360
|
|
|
|
bool "ADP5360 PMIC regulator driver"
|
|
|
|
default y
|
|
|
|
depends on DT_HAS_ADI_ADP5360_REGULATOR_ENABLED
|
|
|
|
select I2C
|
|
|
|
help
|
|
|
|
Enable the Analog Devices ADP5360 PMIC regulator driver
|
|
|
|
|
|
|
|
config REGULATOR_ADP5360_INIT_PRIORITY
|
|
|
|
int "ADP5360 regulator driver init priority"
|
|
|
|
default 76
|
2023-05-24 20:23:13 +08:00
|
|
|
depends on REGULATOR_ADP5360
|
2023-05-23 01:07:23 +08:00
|
|
|
help
|
2023-05-24 20:23:13 +08:00
|
|
|
Init priority for the Analog Devices ADP5360 regulator driver.
|