aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Valentin <edubezval@gmail.com>2015-09-09 23:58:36 -0400
committerEduardo Valentin <edubezval@gmail.com>2015-09-13 22:33:52 -0400
commit41ae3c02743e8f1f21ceebca614342d26b4eb080 (patch)
tree11887b2bc1eb7c64138daa3d9049606a63026508
parentcb7fb4d342023d03070fcc1ed73fcd43682973d7 (diff)
thermal: ti-soc: allow compile test
Adding COMPILE_TEST flag to ti-soc driver to facilitate maintenance. Cc: Zhang Rui <rui.zhang@intel.com> Cc: linux-pm@vger.kernel.org Cc: linux-omap@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
-rw-r--r--drivers/thermal/ti-soc-thermal/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/thermal/ti-soc-thermal/Kconfig b/drivers/thermal/ti-soc-thermal/Kconfig
index bd4c7beba679..7a24018df7cd 100644
--- a/drivers/thermal/ti-soc-thermal/Kconfig
+++ b/drivers/thermal/ti-soc-thermal/Kconfig
@@ -1,7 +1,7 @@
1config TI_SOC_THERMAL 1config TI_SOC_THERMAL
2 tristate "Texas Instruments SoCs temperature sensor driver" 2 tristate "Texas Instruments SoCs temperature sensor driver"
3 depends on THERMAL 3 depends on THERMAL
4 depends on ARCH_HAS_BANDGAP 4 depends on ARCH_HAS_BANDGAP || COMPILE_TEST
5 help 5 help
6 If you say yes here you get support for the Texas Instruments 6 If you say yes here you get support for the Texas Instruments
7 OMAP4460+ on die bandgap temperature sensor support. The register 7 OMAP4460+ on die bandgap temperature sensor support. The register
@@ -24,7 +24,7 @@ config TI_THERMAL
24config OMAP4_THERMAL 24config OMAP4_THERMAL
25 bool "Texas Instruments OMAP4 thermal support" 25 bool "Texas Instruments OMAP4 thermal support"
26 depends on TI_SOC_THERMAL 26 depends on TI_SOC_THERMAL
27 depends on ARCH_OMAP4 27 depends on ARCH_OMAP4 || COMPILE_TEST
28 help 28 help
29 If you say yes here you get thermal support for the Texas Instruments 29 If you say yes here you get thermal support for the Texas Instruments
30 OMAP4 SoC family. The current chip supported are: 30 OMAP4 SoC family. The current chip supported are:
@@ -38,7 +38,7 @@ config OMAP4_THERMAL
38config OMAP5_THERMAL 38config OMAP5_THERMAL
39 bool "Texas Instruments OMAP5 thermal support" 39 bool "Texas Instruments OMAP5 thermal support"
40 depends on TI_SOC_THERMAL 40 depends on TI_SOC_THERMAL
41 depends on SOC_OMAP5 41 depends on SOC_OMAP5 || COMPILE_TEST
42 help 42 help
43 If you say yes here you get thermal support for the Texas Instruments 43 If you say yes here you get thermal support for the Texas Instruments
44 OMAP5 SoC family. The current chip supported are: 44 OMAP5 SoC family. The current chip supported are:
@@ -50,7 +50,7 @@ config OMAP5_THERMAL
50config DRA752_THERMAL 50config DRA752_THERMAL
51 bool "Texas Instruments DRA752 thermal support" 51 bool "Texas Instruments DRA752 thermal support"
52 depends on TI_SOC_THERMAL 52 depends on TI_SOC_THERMAL
53 depends on SOC_DRA7XX 53 depends on SOC_DRA7XX || COMPILE_TEST
54 help 54 help
55 If you say yes here you get thermal support for the Texas Instruments 55 If you say yes here you get thermal support for the Texas Instruments
56 DRA752 SoC family. The current chip supported are: 56 DRA752 SoC family. The current chip supported are: