zephyr/drivers/regulator/Kconfig.adp5360
Gerard Marull-Paretas d99afcd0da drivers: regulator: adp5360: remove unused init priority
The common init priority is a leftover from a previous implementation.
Remove it as it's not used.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-24 13:14:52 -04:00

18 lines
486 B
Plaintext

# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX -License-Identifier: Apache-2.0
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
depends on REGULATOR_ADP5360
help
Init priority for the Analog Devices ADP5360 regulator driver.