#
# Copyright (c) 2021 Appulz France
#

menuconfig VL53L1X
	bool "VL53L1X time of flight sensor"
	depends on I2C && HAS_DTS_I2C
	help
	  Enable driver for VL53L1X I2C-based time of flight sensor.

if VL53L1X

config VL53L1X_PROXIMITY_THRESHOLD
	int "Proximity threshold in millimeters"
	default 100
	help
	  Threshold used for proximity detection when sensor is used with SENSOR_CHAN_PROX.

endif # VL53L1X