:orphan: .. title:: CONFIG_ADXL372_ACTIVITY_THRESHOLD .. kconfig:: CONFIG_ADXL372_ACTIVITY_THRESHOLD CONFIG_ADXL372_ACTIVITY_THRESHOLD ################################# *Activity threshold in mg* Type: ``int`` Help ==== .. code-block:: none Threshold for activity detection. Direct dependencies =================== \ :kconfig:`ADXL372 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 500 Kconfig definition ================== At ``/sensor/adxl372/Kconfig:135`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer .. code-block:: kconfig config ADXL372_ACTIVITY_THRESHOLD int "Activity threshold in mg" range 0 200000 default 500 depends on ADXL372 && SENSOR help Threshold for activity detection. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*