1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config MFD_NPM2100
5 bool "nPM2100 PMIC multi-function device driver"
6 default y
7 depends on DT_HAS_NORDIC_NPM2100_ENABLED
8 select I2C
9 help
10 Enable the Nordic nPM2100 PMIC multi-function device driver
11