projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9cf125
)
thermal/drivers/core: Fix typo in the option name
author
Daniel Lezcano
<daniel.lezcano@linaro.org>
Tue, 2 Apr 2019 16:12:49 +0000
(18:12 +0200)
committer
Zhang Rui
<rui.zhang@intel.com>
Mon, 6 May 2019 12:35:24 +0000
(20:35 +0800)
Unlike the other options, the cpu cooling option is beginning
with a lowercase letter, changing to a uppercase.
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Zhang Rui <rui.zhang@intel.com>
drivers/thermal/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/thermal/Kconfig
b/drivers/thermal/Kconfig
index d8aa7fac8c56f51b2cfb27169db5bde1bd3c848b..83e95a4fb61b2ae1727f84c262f7594ca874ea03 100644
(file)
--- a/
drivers/thermal/Kconfig
+++ b/
drivers/thermal/Kconfig
@@
-148,7
+148,7
@@
config THERMAL_GOV_POWER_ALLOCATOR
allocating and limiting power to devices.
config CPU_THERMAL
- bool "
g
eneric cpu cooling support"
+ bool "
G
eneric cpu cooling support"
depends on CPU_FREQ
depends on THERMAL_OF
help