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>
This commit is contained in:
parent
e9cf125bc1
commit
2e31c8560a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user