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 56fdf87772..c4bf3f57fa 100644
--- a/test/test_config.h
+++ b/test/test_config.h
@@ -139,5 +139,9 @@ int board_discharge_on_ac(int enabled);
#define CONFIG_USB_PD_DUAL_ROLE
#endif
+#ifdef TEST_CHARGE_RAMP
+#define CONFIG_CHARGE_RAMP
+#endif
+
#endif /* TEST_BUILD */
#endif /* __CROS_EC_TEST_CONFIG_H */