summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.motionsense
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.motionsense')
-rw-r--r--zephyr/Kconfig.motionsense8
1 files changed, 8 insertions, 0 deletions
diff --git a/zephyr/Kconfig.motionsense b/zephyr/Kconfig.motionsense
index daf2bbcdf8..69980f33da 100644
--- a/zephyr/Kconfig.motionsense
+++ b/zephyr/Kconfig.motionsense
@@ -187,4 +187,12 @@ config PLATFORM_EC_CONSOLE_CMD_ACCEL_SPOOF
endif # PLATFORM_EC_ACCEL_SPOOF_MODE
+config PLATFORM_EC_MOTION_SENSE_RUNTIME_PROBE_CUSTOM_CALL
+ bool "Disable deferred call that probes motion sensors on boot-up"
+ help
+ Disables deferred call that probes motion sensors on boot-up.
+ If this option is enabled, board logic code must call
+ board_detect_motionsensor manually. This is useful if board needs
+ manual control of sensors probing.
+
rsource "Kconfig.sensor_devices"