summaryrefslogtreecommitdiff
path: root/drivers/regulator/Kconfig
diff options
context:
space:
mode:
authorDavid Collins <collinsd@codeaurora.org>2017-02-01 17:49:27 -0800
committerDavid Collins <collinsd@codeaurora.org>2017-02-03 12:19:18 -0800
commitce39257f1e92cb1559a05653fa9227bca6c3af18 (patch)
tree3789a0803785d7abacd2d2529dba2b6be6ded6b7 /drivers/regulator/Kconfig
parent62869dea2471a84d7de2553745b2424dc71e2000 (diff)
regulator: qpnp-oledb-regulator: correct various coding style issues
Correct warnings flagged by checkpatch. In particular, modify the following: - Change variables of type 'unsigned' to 'unsigned int'. - Update the REGULATOR_QPNP_OLEDB Kconfig option. Change-Id: I75f4a5868f98f7090baa0dc77da8923c1d789d3a Signed-off-by: David Collins <collinsd@codeaurora.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r--drivers/regulator/Kconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig
index 608e83181cec..e5ba63171eba 100644
--- a/drivers/regulator/Kconfig
+++ b/drivers/regulator/Kconfig
@@ -837,13 +837,13 @@ config REGULATOR_QPNP_LCDB
allows configurability for the various bias-voltage parameters.
config REGULATOR_QPNP_OLEDB
+ tristate "Qualcomm Technologies, Inc. QPNP OLEDB regulator support"
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.
+ This driver supports the OLEDB (AVDD bias) signal for AMOLED panel in
+ Qualcomm Technologies, Inc. QPNP PMICs. It exposes the OLED voltage
+ configuration via the regulator framework. The configurable range of
+ this bias is 5 V to 8.1 V.
config REGULATOR_SPM
bool "SPM regulator driver"