You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
364 B
10 lines
364 B
# 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
|
|
|