summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index b4eb21df59..86494f1900 100644
--- a/include/config.h
+++ b/include/config.h
@@ -71,6 +71,15 @@
#undef CONFIG_ALS
#undef CONFIG_ALS_ISL29035
#undef CONFIG_ALS_OPT3001
+/* Define the exact model ID present on the board: SI1141 = 41, SI1142 = 42, */
+#undef CONFIG_ALS_SI114X
+/* Check if the device revision is supported */
+#undef CONFIG_ALS_SI114X_CHECK_REVISION
+/*
+ * Define the event to raise when BMI160 interrupt.
+ * Must be within TASK_EVENT_MOTION_INTERRUPT_MASK.
+ */
+#undef CONFIG_ALS_SI114X_INT_EVENT
/* Support AP hang detection host command and state machine */
#undef CONFIG_AP_HANG_DETECT