diff options
author | Daniel Lezcano <daniel.lezcano@linaro.org> | 2019-04-02 18:12:49 +0200 |
---|---|---|
committer | Zhang Rui <rui.zhang@intel.com> | 2019-05-06 14:35:24 +0200 |
commit | 2e31c8560a564a70f13e3b6acab49bffbe41e965 (patch) | |
tree | b1f4ed00f89f19f2b67ec8d8bd51eae75c4858b4 /drivers/thermal | |
parent | thermal/drivers/core: Remove depends on THERMAL in Kconfig (diff) | |
download | linux-2e31c8560a564a70f13e3b6acab49bffbe41e965.tar.xz linux-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')
-rw-r--r-- | drivers/thermal/Kconfig | 2 |
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 |