Add mfd driver for the npm2100 pmic device. The driver contains basic initialization routines, and functionality not covered by other device driver APIs. Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
10 lines
288 B
Text
10 lines
288 B
Text
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MFD_NPM2100
|
|
bool "nPM2100 PMIC multi-function device driver"
|
|
default y
|
|
depends on DT_HAS_NORDIC_NPM2100_ENABLED
|
|
select I2C
|
|
help
|
|
Enable the Nordic nPM2100 PMIC multi-function device driver
|