zephyr/drivers/regulator/Kconfig.npm6001
Gerard Marull-Paretas 9494981181 drivers: regulator: npm6001: remove common device
Common device part is now handled by the nPM6001 MFD device driver.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-24 19:39:55 -04:00

18 lines
485 B
Text

# Copyright (c) 2022 Nordic Semiconductor ASA
# SPDX -License-Identifier: Apache-2.0
config REGULATOR_NPM6001
bool "nPM6001 PMIC regulator driver"
default y
depends on DT_HAS_NORDIC_NPM6001_REGULATOR_ENABLED
select I2C
select MFD
help
Enable the Nordic nPM6001 PMIC regulator driver
config REGULATOR_NPM6001_INIT_PRIORITY
int "nPM6001 regulator driver init priority"
default 76
depends on REGULATOR_NPM6001
help
Init priority for the Nordic nPM6001 regulator driver.