zephyr/drivers/mfd/Kconfig.npm6001
Gerard Marull-Paretas 753bc2b785 drivers: mfd: npm6001: initial version
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>
2023-05-24 19:39:55 -04:00

11 lines
289 B
Plaintext

# Copyright (c) 2023 Nordic Semiconductor ASA
# SPDX -License-Identifier: Apache-2.0
config MFD_NPM6001
bool "nPM6001 PMIC multi-function device driver"
default y
depends on DT_HAS_NORDIC_NPM6001_ENABLED
select I2C
help
Enable the Nordic nPM6001 PMIC multi-function device driver