Thermal: build thermal governors into thermal_sys module
authorZhang Rui <rui.zhang@intel.com>
Tue, 26 Mar 2013 08:38:29 +0000 (16:38 +0800)
committerZhang Rui <rui.zhang@intel.com>
Sun, 14 Apr 2013 15:28:43 +0000 (23:28 +0800)
The thermal governors are part of the thermal framework,
rather than a seperate feature/module.
Because the generic thermal layer can not work without
thermal governors, and it must load the thermal governors
during its initialization.

Build them into one module in this patch.

This also fix a problem that the generic thermal layer does not
work when CONFIG_THERMAL=m and CONFIG_THERMAL_GOV_XXX=y.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
Acked-by: Eduardo Valentin <eduardo.valentin@ti.com>
Acked-by: Durgadoss R <durgadoss.r@intel.com>

No differences found