d7964cd212
Added an MFD driver for the nPM1300. This driver has register access helper functions that can be used by subsystems. This will avoid each subsystem having to duplicate the register access code. Signed-off-by: Andy Sinclair <andy.sinclair@nordicsemi.no>
11 lines
289 B
Plaintext
11 lines
289 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX -License-Identifier: Apache-2.0
|
|
|
|
config MFD_NPM1300
|
|
bool "nPM1300 PMIC multi-function device driver"
|
|
default y
|
|
depends on DT_HAS_NORDIC_NPM1300_ENABLED
|
|
select I2C
|
|
help
|
|
Enable the Nordic nPM1300 PMIC multi-function device driver
|