summaryrefslogtreecommitdiff
path: root/syna_tcm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'syna_tcm2.h')
-rw-r--r--syna_tcm2.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/syna_tcm2.h b/syna_tcm2.h
index 39def51..22bdf42 100644
--- a/syna_tcm2.h
+++ b/syna_tcm2.h
@@ -159,6 +159,17 @@
#endif
/**
+ * @section: STARTUP_REFLASH_DELAY_TIME_MS
+ * The delayed time to start fw update during the startup time.
+ * This configuration depends on STARTUP_REFLASH.
+ */
+#ifdef STARTUP_REFLASH
+#define STARTUP_REFLASH_DELAY_TIME_MS (200)
+
+#define FW_IMAGE_NAME "synaptics.img"
+#endif
+
+/**
* @brief ENABLE_DISP_NOTIFIER
* Open if having display notification event and willing to listen
* the event from display driver.