xref: /openbmc/u-boot/drivers/power/pmic/Kconfig (revision 52a3de5e)
1config DM_PMIC
2	bool "Enable Driver Model for PMIC drivers (UCLASS_PMIC)"
3	depends on DM
4	---help---
5	This config enables the driver-model PMIC support.
6	UCLASS_PMIC - designed to provide an I/O interface for PMIC devices.
7	For the multi-function PMIC devices, this can be used as parent I/O
8	device for each IC's interface. Then, each children uses its parent
9	for read/write. For detailed description, please refer to the files:
10	- 'drivers/power/pmic/pmic-uclass.c'
11	- 'include/power/pmic.h'
12
13config DM_PMIC_MAX77686
14	bool "Enable Driver Model for PMIC MAX77686"
15	depends on DM_PMIC
16	---help---
17	This config enables implementation of driver-model pmic uclass features
18	for PMIC MAX77686. The driver implements read/write operations.