-
CONFIG_VL53L0X
¶
VL53L0X time of flight sensor
Type: bool
Help¶
Enable driver for VL53L0X I2C-based time of flight sensor.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/sensor/vl53l0x/Kconfig:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:62
→ <Zephyr>/drivers/sensor/Kconfig:189
Menu path: (Top) → Device Drivers → Sensor Drivers
menuconfig VL53L0X bool "VL53L0X time of flight sensor" selectHAS_STLIB
depends onI2C
&&SENSOR
help Enable driver for VL53L0X I2C-based time of flight sensor.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)