Skip to content
This repository has been archived by the owner on Oct 5, 2018. It is now read-only.

Commit

Permalink
thermal: hisilicon: Add dependency on the clock driver to allow frequ…
Browse files Browse the repository at this point in the history
…ency scaling

The Hisilicon clock stub driver is needed to allow the thermal drivers to
actually scale the frequency. Make it an automatic dependency.

Signed-off-by: Amit Kucheria <[email protected]>
  • Loading branch information
idlethread committed Jun 16, 2016
1 parent 7feb53a commit f6bbd7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/thermal/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ config THERMAL_EMULATION
config HISI_THERMAL
tristate "Hisilicon thermal driver"
depends on (ARCH_HISI && CPU_THERMAL && OF) || COMPILE_TEST
select STUB_CLK_HI6220
help
Enable this to plug hisilicon's thermal sensor driver into the Linux
thermal framework. cpufreq is used as the cooling device to throttle
Expand Down

0 comments on commit f6bbd7d

Please sign in to comment.