summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/config_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/config_chip.h')
-rw-r--r--zephyr/shim/include/config_chip.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zephyr/shim/include/config_chip.h b/zephyr/shim/include/config_chip.h
index 81f822f966..5a7419599d 100644
--- a/zephyr/shim/include/config_chip.h
+++ b/zephyr/shim/include/config_chip.h
@@ -1692,4 +1692,10 @@
#define CONSOLE_CMD_MFALLOW
#endif
+#undef CONFIG_TEMP_SENSOR_FIRST_READ_DELAY_MS
+#ifdef CONFIG_PLATFORM_EC_TEMP_SENSOR_FIRST_READ_DELAY
+#define CONFIG_TEMP_SENSOR_FIRST_READ_DELAY_MS \
+ CONFIG_PLATFORM_EC_TEMP_SENSOR_FIRST_READ_DELAY_MS
+#endif
+
#endif /* __CROS_EC_CONFIG_CHIP_H */