mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 02:15:22 +00:00
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>
11 lines
288 B
Plaintext
11 lines
288 B
Plaintext
# 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
|