]> git.karo-electronics.de Git - linux-beck.git/commit
cpufreq: qoriq: allow building as module with THERMAL=m
authorArnd Bergmann <arnd@arndb.de>
Mon, 29 Feb 2016 16:04:20 +0000 (17:04 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 1 Mar 2016 01:43:05 +0000 (02:43 +0100)
commitddd30ef4741c30945e43a2956bfbc3afe74a73b5
tree8713414cbfbb7ba02a04dd4f8ab42dd9411b81e1
parentfc77dbd34c5c99bce46d40a2491937c3bcbd10af
cpufreq: qoriq: allow building as module with THERMAL=m

My previous patch to avoid link errors with the qoriq cpufreq
driver disallowed all of the broken cases, but also prevented
the driver from being built when CONFIG_THERMAL is a module.

This changes the dependency to allow the cpufreq driver to
also be a module in this case, just not built-in.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 8ae1702a0df5 (cpufreq: qoriq: Register cooling device based on device tree)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpufreq/Kconfig