summaryrefslogtreecommitdiff
path: root/drivers/thermal
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2014-02-07 02:44:08 -0800
committerDiwakar Tundlam <dtundlam@nvidia.com>2014-02-13 15:43:50 -0800
commit4d5473964afdcdfaef4dbc50872a48eda1e14845 (patch)
tree14cc50155fe603c4094cf8cb14942eb2248b10c3 /drivers/thermal
parent7fce5d33a66e3a71f8f865d90d4d5a2d5111f60c (diff)
thermal: Kconfig: cosmetic fixes
Fix typo, finish sentence and add missing dots. Change-Id: Idb3931c87eb9573b5ecc77922817a5c312cc37c5 Signed-off-by: Luka Perkov <luka@openwrt.org> CC: Randy Dunlap <rdunlap@infradead.org> Acked-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com> Signed-off-by: Paul Walmsley <pwalmsley@nvidia.com> # for the NVIDIA downstream kernel Reviewed-on: http://git-master/r/356887 Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com> Tested-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'drivers/thermal')
-rw-r--r--drivers/thermal/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index ef4c993f73d9..795c55a30bb8 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -77,6 +77,7 @@ config THERMAL_GOV_STEP_WISE
bool "Step_wise thermal governor"
help
Enable this to manage platform thermals using a simple linear
+ governor.
config THERMAL_GOV_PID
bool "PID thermal governor"
@@ -129,14 +130,14 @@ config SPEAR_THERMAL
depends on OF
help
Enable this to plug the SPEAr thermal sensor driver into the Linux
- thermal framework
+ thermal framework.
config RCAR_THERMAL
tristate "Renesas R-Car thermal driver"
depends on ARCH_SHMOBILE
help
Enable this to plug the R-Car thermal sensor driver into the Linux
- thermal framework
+ thermal framework.
config KIRKWOOD_THERMAL
tristate "Temperature sensor on Marvell Kirkwood SoCs"