summaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authoransharma <ansharma@codeaurora.org>2016-10-27 13:54:01 +0530
committerKiran Gunda <kgunda@codeaurora.org>2016-12-30 20:03:10 +0530
commit959aeb8c1f395ad53b4dc7c9da161d9fe0ce7aba (patch)
tree56094b051c295f1113546b133ed282f7e55ce847 /drivers/regulator/Kconfig
parent98a47a04197524b06396a3e37489f0f8802cf386 (diff)
regulator: oledb-regulator: Add OLEDB regulator device driver
The OLEDB module provides the AVDD bias supply for the AMOLED display. The supported voltage range of the bias is 5 to 8.1V. This driver provides the regulator interface to control the bias voltage. Change-Id: Ide4af995ca9fd12b3467de42e5d08eddc3981344 Signed-off-by: ansharma <ansharma@codeaurora.org> Signed-off-by: Kiran Gunda <kgunda@codeaurora.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index bd2c1a8e7540..8d54ece776e2 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -835,6 +835,15 @@ config REGULATOR_QPNP_LCDB
negative voltage bias for the LCD display panel. It also
allows configurability for the various bias-voltage parameters.
+config REGULATOR_QPNP_OLEDB
+ depends on SPMI
+ tristate "Qualcomm Technologies, Inc QPNP OLEDB regulator support"
+ help
+ This driver supports the OLEDB(AVDD bias) signal for AMOLED panel in Qualcomm
+ Technologies, Inc QPNP PMIC. It exposes the OLED voltage configuration
+ via the regulator framework. The configurable range of this bias is
+ 5V to 8.1V.
+
config REGULATOR_SPM
bool "SPM regulator driver"
depends on SPMI