:orphan: .. title:: VL53L0X_PROXIMITY_THRESHOLD .. option:: CONFIG_VL53L0X_PROXIMITY_THRESHOLD *Proximity threshold in millimeters* Type: ``int`` Help ==== Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX. Direct dependencies =================== \ :option:`VL53L0X ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - 100 Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/vl53l0x/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:189`` Menu path: (Top) → Device Drivers → Sensor Drivers → VL53L0X time of flight sensor .. parsed-literal:: config VL53L0X_PROXIMITY_THRESHOLD int "Proximity threshold in millimeters" default 100 depends on \ :option:`VL53L0X ` && \ :option:`SENSOR ` help Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*