diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-10 09:47:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-10 09:47:57 -0400 |
commit | 75fd49c836d9a1750c9b6d86c0511b990fbe9fa8 (patch) | |
tree | cb0e9010edb4dbc48230bf6fc031de9a101d42dd /drivers/power/pmic/Kconfig | |
parent | 56491f98d48921a57d1f13e3f91556a1b87de2f8 (diff) | |
parent | abf54bf978ed9932d69ee7f937012398d0d8d08f (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-mmc
Diffstat (limited to 'drivers/power/pmic/Kconfig')
-rw-r--r-- | drivers/power/pmic/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig index 3f50c12157..e3f9e4dfc0 100644 --- a/drivers/power/pmic/Kconfig +++ b/drivers/power/pmic/Kconfig @@ -188,6 +188,13 @@ config PMIC_LP873X The LP873X is a PMIC containing couple of LDOs and couple of SMPS. This driver binds the pmic children. +config PMIC_LP87565 + bool "Enable driver for Texas Instruments LP87565 PMIC" + depends on DM_PMIC + ---help--- + The LP87565 is a PMIC containing a bunch of SMPS. + This driver binds the pmic children. + config POWER_MC34VR500 bool "Enable driver for Freescale MC34VR500 PMIC" ---help--- |