Skip to content

Commit

Permalink
thermal/drivers/core: Fix typo in the option name
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Daniel Lezcano authored and Zhang Rui committed May 6, 2019
1 parent e9cf125 commit 2e31c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/thermal/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e31c85

Please sign in to comment.