753bc2b785
Add an API-less MFD driver for nPM6001. In this case, the MFD device driver doesn't expose any API as plain I2C API is used within other device drivers (regulator, GPIO, watchdog). This driver just initializes some device properties. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
7 lines
162 B
CMake
7 lines
162 B
CMake
# Copyright 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
zephyr_library()
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_MFD_NPM6001 mfd_npm6001.c)
|