1# Copyright (c) 2022 Nordic Semiconductor ASA
2# SPDX -License-Identifier: Apache-2.0
3
4config REGULATOR_NPM6001
5	bool "nPM6001 PMIC regulator driver"
6	default y
7	depends on DT_HAS_NORDIC_NPM6001_REGULATOR_ENABLED
8	select I2C
9	select MFD
10	help
11	  Enable the Nordic nPM6001 PMIC regulator driver
12
13config REGULATOR_NPM6001_INIT_PRIORITY
14	int "nPM6001 regulator driver init priority"
15	default 76
16	depends on REGULATOR_NPM6001
17	help
18	  Init priority for the Nordic nPM6001 regulator driver.
19