aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/Kconfig
diff options
context:
space:
mode:
authorDaniel Lezcano <daniel.lezcano@linaro.org>2019-04-02 18:12:49 +0200
committerZhang Rui <rui.zhang@intel.com>2019-05-06 20:35:24 +0800
commit2e31c8560a564a70f13e3b6acab49bffbe41e965 (patch)
treeb1f4ed00f89f19f2b67ec8d8bd51eae75c4858b4 /drivers/thermal/Kconfig
parentthermal/drivers/core: Remove depends on THERMAL in Kconfig (diff)
downloadlinux-dev-2e31c8560a564a70f13e3b6acab49bffbe41e965.tar.xz
linux-dev-2e31c8560a564a70f13e3b6acab49bffbe41e965.zip
thermal/drivers/core: Fix typo in the option name
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>
Diffstat (limited to 'drivers/thermal/Kconfig')
-rw-r--r--drivers/thermal/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index d8aa7fac8c56..83e95a4fb61b 100644
--- 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 "generic cpu cooling support"
+ bool "Generic cpu cooling support"
depends on CPU_FREQ
depends on THERMAL_OF
help