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.
17 lines
484 B
17 lines
484 B
# Copyright (c) 2023 Nordic Semiconductor ASA |
|
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
config MFD_NPM6001 |
|
bool "nPM6001 PMIC multi-function device driver" |
|
default y |
|
depends on DT_HAS_NORDIC_NPM6001_ENABLED |
|
select I2C |
|
help |
|
Enable the Nordic nPM6001 PMIC multi-function device driver |
|
|
|
config MFD_NPM6001_INIT_PRIORITY |
|
int "nPM6001 MFD initialization priority" |
|
default MFD_INIT_PRIORITY |
|
depends on MFD_NPM6001 |
|
help |
|
Multi-function device initialization priority for nPM6001.
|
|
|