summaryrefslogtreecommitdiff
path: root/include/throttle_ap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/throttle_ap.h')
-rw-r--r--include/throttle_ap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/throttle_ap.h b/include/throttle_ap.h
index 54a4b9fc40..8d2af51db9 100644
--- a/include/throttle_ap.h
+++ b/include/throttle_ap.h
@@ -43,7 +43,7 @@ enum throttle_sources {
* @param type Type of throttling desired
* @param source Which task is requesting throttling
*/
-#ifdef HAS_TASK_CHIPSET
+#ifdef CONFIG_TEMP_SENSOR
void throttle_ap(enum throttle_level level,
enum throttle_type type,
enum throttle_sources source);