mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 02:15:22 +00:00
Add initial support for the AXP2101 power management IC from X-powers. Remark: only DC/DC1 and ALDO have been tested on real hardware. Co-authored-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com> Co-authored-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no> Signed-off-by: Lothar Felten <lothar.felten@gmail.com>
11 lines
364 B
Plaintext
11 lines
364 B
Plaintext
# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config MFD_AXP192_AXP2101
|
|
bool "AXP192/AXP2101 PMIC multi-function device driver"
|
|
default y
|
|
depends on DT_HAS_X_POWERS_AXP192_ENABLED || DT_HAS_X_POWERS_AXP2101_ENABLED
|
|
select I2C
|
|
help
|
|
Enable the X-Powers AXP192/AXP2101 PMIC multi-function device driver
|