aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-27 14:20:33 -0400
committerZhang Rui <rui.zhang@intel.com>2013-10-08 23:51:43 -0400
commita822794886e9746b30b62d11e594865bcc7a0988 (patch)
tree1df5a59d69228db540c5864c508d28f9a36dfb7f /drivers/thermal/Kconfig
parente994d713a73716b54085a092b267099e40aa5513 (diff)
thermal: Kconfig: cosmetic fixes
Fix typo, finish sentence and add missing dots. 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>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index 57e06a9977cb..3910b09b84e0 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -69,6 +69,7 @@ config THERMAL_GOV_STEP_WISE
69 bool "Step_wise thermal governor" 69 bool "Step_wise thermal governor"
70 help 70 help
71 Enable this to manage platform thermals using a simple linear 71 Enable this to manage platform thermals using a simple linear
72 governor.
72 73
73config THERMAL_GOV_USER_SPACE 74config THERMAL_GOV_USER_SPACE
74 bool "User_space thermal governor" 75 bool "User_space thermal governor"
@@ -117,14 +118,14 @@ config SPEAR_THERMAL
117 depends on OF 118 depends on OF
118 help 119 help
119 Enable this to plug the SPEAr thermal sensor driver into the Linux 120 Enable this to plug the SPEAr thermal sensor driver into the Linux
120 thermal framework 121 thermal framework.
121 122
122config RCAR_THERMAL 123config RCAR_THERMAL
123 tristate "Renesas R-Car thermal driver" 124 tristate "Renesas R-Car thermal driver"
124 depends on ARCH_SHMOBILE 125 depends on ARCH_SHMOBILE
125 help 126 help
126 Enable this to plug the R-Car thermal sensor driver into the Linux 127 Enable this to plug the R-Car thermal sensor driver into the Linux
127 thermal framework 128 thermal framework.
128 129
129config KIRKWOOD_THERMAL 130config KIRKWOOD_THERMAL
130 tristate "Temperature sensor on Marvell Kirkwood SoCs" 131 tristate "Temperature sensor on Marvell Kirkwood SoCs"