summaryrefslogtreecommitdiff
path: root/board/akemi/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/akemi/board.h')
-rw-r--r--board/akemi/board.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/akemi/board.h b/board/akemi/board.h
index f51ebac148..23a1e5982b 100644
--- a/board/akemi/board.h
+++ b/board/akemi/board.h
@@ -87,6 +87,7 @@
#define CONFIG_THERMISTOR
#define CONFIG_THROTTLE_AP
#define CONFIG_STEINHART_HART_3V3_51K1_47K_4050B
+#define CONFIG_TEMP_SENSOR_G753
/*
* Macros for GPIO signals used in common code that don't match the
@@ -143,6 +144,7 @@ enum mft_channel {
enum temp_sensor_id {
TEMP_SENSOR_1,
TEMP_SENSOR_2,
+ TEMP_SENSOR_3,
TEMP_SENSOR_COUNT
};