summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Kconfig
blob: d06d632e897e8fb13be6b834d95def9e1fc09689 (plain)
1
2
3
4
5
6
7
8
9
10
11
config DM_PMIC
	bool "Enable Driver Model for PMIC drivers (UCLASS_PMIC)"
	depends on DM
	---help---
	This config enables the driver-model PMIC support.
	UCLASS_PMIC - designed to provide an I/O interface for PMIC devices.
	For the multi-function PMIC devices, this can be used as parent I/O
	device for each IC's interface. Then, each children uses its parent
	for read/write. For detailed description, please refer to the files:
	- 'drivers/power/pmic/pmic-uclass.c'
	- 'include/power/pmic.h'