summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.motionsense
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/Kconfig.motionsense')
-rw-r--r--zephyr/Kconfig.motionsense9
1 files changed, 1 insertions, 8 deletions
diff --git a/zephyr/Kconfig.motionsense b/zephyr/Kconfig.motionsense
index 69980f33da..01a7eb1698 100644
--- a/zephyr/Kconfig.motionsense
+++ b/zephyr/Kconfig.motionsense
@@ -98,6 +98,7 @@ config PLATFORM_EC_DYNAMIC_MOTION_SENSOR_COUNT
config PLATFORM_EC_LID_ANGLE
bool "Lid Angle"
+ select PLATFORM_EC_MATH_UTIL
help
Enable this to detect lid angle with two accelerometers. The andgle
calculation requires the information about which sensor is on the lid
@@ -187,12 +188,4 @@ 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"