aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Valentin <edubezval@gmail.com>2015-09-09 20:52:12 -0700
committerEduardo Valentin <edubezval@gmail.com>2015-09-21 13:38:16 -0700
commit00741a1de4ff0ecb9735b2ac2ae2a5e154672fc7 (patch)
treefd57e33af82b8d0f6059a3ed9df9529c1bc10087
parente41d802660c506ead744eb5b63e973391b40a4f6 (diff)
downloadti-soc-thermal-00741a1de4ff0ecb9735b2ac2ae2a5e154672fc7.tar.gz
thermal: intel_quark: allow compile test
Adding COMPILE_TEST flag to intel_quark driver to facilitate maintenance. Cc: Zhang Rui <rui.zhang@intel.com> Cc: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r--drivers/thermal/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig
index d31f3c244701a2..67de9446a50233 100644
--- a/drivers/thermal/Kconfig
+++ b/drivers/thermal/Kconfig
@@ -307,7 +307,7 @@ config INTEL_SOC_DTS_THERMAL
config INTEL_QUARK_DTS_THERMAL
tristate "Intel Quark DTS thermal driver"
- depends on X86_INTEL_QUARK
+ depends on X86_INTEL_QUARK || COMPILE_TEST
help
Enable this to register Intel Quark SoC (e.g. X1000) platform digital
temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.