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 e6d5f9fb82..e010636952 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3067,6 +3067,12 @@
#undef CONFIG_HALL_SENSOR
/*
+ * Board provides board_sensor_at_360 method instead of HALL_SENSOR_GPIO_L as
+ * the means for determining the state of the 360 hall sensor.
+ */
+#undef CONFIG_HALL_SENSOR_CUSTOM
+
+/*
* Add a virtual switch to indicate when detachable device has
* base attached.
*/