summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 867b3a5dca..832f1a740a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -299,6 +299,12 @@
/* Define which ALS sensor is used for dimming the lightbar when dark */
#undef CONFIG_ALS_LIGHTBAR_DIMMING
+/*
+ * Support always_memset() defined in third_party/cryptoc, which will not be
+ * optimized out by compiler.
+ */
+#undef CONFIG_ALWAYS_MEMSET
+
/* Support AP hang detection host command and state machine */
#undef CONFIG_AP_HANG_DETECT