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 650a38812d..31912eee94 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1059,6 +1059,12 @@
/* Do we want to detect the lid angle? */
#undef CONFIG_LID_ANGLE
+/*
+ * Add code for preventing 0 and 360 degree transition. Needed when
+ * Device supports tablet mode.
+ */
+#undef CONFIG_LID_ANGLE_INVALID_CHECK
+
/* Which sensor is located on the base? */
#undef CONFIG_LID_ANGLE_SENSOR_BASE
/* Which sensor is located on the lid? */