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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_config.h b/test/test_config.h
index 36bebe8a01..029ce9bd70 100644
--- a/test/test_config.h
+++ b/test/test_config.h
@@ -203,6 +203,10 @@ enum nvmem_users {
#define CONFIG_FLASH_NVMEM_VARS_USER_SIZE 600
#endif /* TEST_NVMEM_VARS */
+#ifdef TEST_X25519
+#define CONFIG_CURVE25519
+#endif /* TEST_X25519 */
+
#ifndef __ASSEMBLER__
/* Callback function from charge_manager to send host event */
static inline void pd_send_host_event(int mask) { }