From 103e83a1b0a3f2ef5d82d86711ea3d6b2bbf2a16 Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 15 Dec 2016 18:21:10 +0900 Subject: power: pmic: add the max8998 controller for DM Add the max8998 controller for Driver model. Samsung S5P series are using max8998 pmic controller. In future, it should be supported the regulator framework. Signed-off-by: Jaehoon Chung Signed-off-by: Minkyu Kang --- drivers/power/pmic/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/power/pmic/Kconfig') diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig index ce204b36ca..5e244c8741 100644 --- a/drivers/power/pmic/Kconfig +++ b/drivers/power/pmic/Kconfig @@ -54,6 +54,13 @@ config DM_PMIC_MAX77686 This config enables implementation of driver-model pmic uclass features for PMIC MAX77686. The driver implements read/write operations. +config DM_PMIC_MAX8998 + bool "Enable Driver Model for PMIC MAX8998" + depends on DM_PMIC + ---help--- + This config enables implementation of driver-model pmic uclass features + for PMIC MAX8998. The driver implements read/write operations. + config PMIC_PM8916 bool "Enable Driver Model for Qualcomm PM8916 PMIC" depends on DM_PMIC -- cgit