commit | a6f4850dbca66e46a73b8774e85aaf9fc0caf265 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Apr 14 15:15:20 2016 +0200 |
committer | Eduardo Valentin <edubezval@gmail.com> | Wed Apr 20 21:13:21 2016 -0700 |
tree | fd958ea26e2841cc87db4b07d175376caf4b27de | |
parent | 1d0fd42fa31d18ba0a3e0dd008c9e93e1cebe451 [diff] |
thermal: fix Mediatek thermal controller build At least with CONFIG_COMPILE_TEST, there's no reason to assume that CONFIG_RESET_CONTROLLER is set, but the code for this controller requires it since it calls device_reset(). Make CONFIG_MTK_THERMAL properly depend on CONFIG_RESET_CONTROLLER. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>