summaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorOsvaldo Banuelos <osvaldob@codeaurora.org>2016-01-29 13:46:22 -0800
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 21:23:13 -0700
commit0514464b8eae8636f6c775cf975011e029ac3c09 (patch)
treee4fcd5823f1d57e89e196c6845c27c609a1f64e1 /drivers/regulator/Kconfig
parent86afb76cfdb674ee1b235dbf7151aeb104248a29 (diff)
regulator: cpr3-regulator: add support for CPRh-compliant controllers
Augment the cpr3-regulator driver to support controllers with full hardware CPR operation also known as CPR hardening. Also, introduce the cprh-kbss-regulator driver to handle CPU subsystem specific power requirements of the msmcobalt chip. Change-Id: Icac84f9533fa1895ca2466a3793ddaa8b7a4c89c CRs-Fixed: 967275 Signed-off-by: Osvaldo Banuelos <osvaldob@codeaurora.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index c92de1e940a3..67818321aaa2 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -904,6 +904,17 @@ config REGULATOR_CPR4_APSS
adjustments for performance boost mode. This driver reads both initial
voltage and CPR target quotient values out of hardware fuses.
+config REGULATOR_CPRH_KBSS
+ bool "CPRH regulator for KBSS"
+ depends on OF
+ select REGULATOR_CPR3
+ help
+ This driver supports Qualcomm Technologies, Inc. KBSS application
+ processor specific features including CPR hardening (CPRh) and two
+ CPRh controllers which monitor the two KBSS clusters each powered by
+ independent voltage supplies. This driver reads both initial voltage
+ and CPR target quotient values out of hardware fuses.
+
config REGULATOR_KRYO
bool "Kryo regulator driver"
depends on OF