summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-02-09 11:56:19 -0500
committerTom Rini <trini@konsulko.com>2017-02-09 11:56:19 -0500
commit6f57b19857b514f6e94e423c9bbe2d4b8973a0db (patch)
treee49b5ae3dfff36cd47bf68f3e11614d31db57f8a /drivers/power/pmic/Kconfig
parent0959649dc6d9e6a371617abd3b03630c5d4d5a72 (diff)
parenta0269bb6e891c6c3b984a2f3d6a12c07e244484a (diff)
downloadu-boot-imx-6f57b19857b514f6e94e423c9bbe2d4b8973a0db.zip
u-boot-imx-6f57b19857b514f6e94e423c9bbe2d4b8973a0db.tar.gz
u-boot-imx-6f57b19857b514f6e94e423c9bbe2d4b8973a0db.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'drivers/power/pmic/Kconfig')
-rw-r--r--drivers/power/pmic/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
index e7cc405..03fea07 100644
--- a/drivers/power/pmic/Kconfig
+++ b/drivers/power/pmic/Kconfig
@@ -61,6 +61,21 @@ config DM_PMIC_MAX8998
This config enables implementation of driver-model pmic uclass features
for PMIC MAX8998. The driver implements read/write operations.
+config PMIC_MAX8997
+ bool "Enable Driver Model for PMIC MAX8997"
+ depends on DM_PMIC
+ ---help---
+ This config enables implementation of driver-model pmic uclass features
+ for PMIC MAX8997. The driver implements read/write operations.
+ This is a Power Management IC with RTC, Fuel Gauge, MUIC control on Chip.
+ - 21x LDOs
+ - 12x GPIOs
+ - Haptic Motor driver
+ - RTC with two alarms
+ - Fueal Gauge and One backup battery charger
+ - MUIC
+ - Others
+
config PMIC_PM8916
bool "Enable Driver Model for Qualcomm PM8916 PMIC"
depends on DM_PMIC