1# Copyright (c) 2023 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config MFD_NPM6001
5	bool "nPM6001 PMIC multi-function device driver"
6	default y
7	depends on DT_HAS_NORDIC_NPM6001_ENABLED
8	select I2C
9	help
10	  Enable the Nordic nPM6001 PMIC multi-function device driver
11
12config MFD_NPM6001_INIT_PRIORITY
13	int "nPM6001 MFD initialization priority"
14	default MFD_INIT_PRIORITY
15	depends on MFD_NPM6001
16	help
17	  Multi-function device initialization priority for nPM6001.
18