1# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
2# SPDX -License-Identifier: Apache-2.0
3
4config MFD_AXP192
5	bool "AXP192 PMIC multi-function device driver"
6	default y
7	depends on DT_HAS_X_POWERS_AXP192_ENABLED
8	select I2C
9	help
10	  Enable the X-Powers AXP192 PMIC multi-function device driver
11