summaryrefslogtreecommitdiff
path: root/test/test_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_config.h')
-rw-r--r--test/test_config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test_config.h b/test/test_config.h
index 0a66429ef1..33c65322c6 100644
--- a/test/test_config.h
+++ b/test/test_config.h
@@ -135,8 +135,17 @@ int ncp15wb_calculate_temp(uint16_t adc);
#endif
#ifdef TEST_EC_COMM
+/* Test EC-EFS2.0 */
#define CONFIG_CRC8
#define CONFIG_EC_EFS_SUPPORT
+#define CONFIG_EC_EFS2_VERSION 0
+#endif
+
+#ifdef TEST_EC_COMM21
+/* Test EC-EFS2.1 */
+#define CONFIG_CRC8
+#define CONFIG_EC_EFS_SUPPORT
+#define CONFIG_EC_EFS2_VERSION 1
#endif
#if defined(TEST_NVMEM) || defined(TEST_NVMEM_VARS)