You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
484 B
18 lines
484 B
# 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 86 |
|
depends on REGULATOR_NPM6001 |
|
help |
|
Init priority for the Nordic nPM6001 regulator driver.
|
|
|