The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_VL53L0X

VL53L0X time of flight sensor

Type: bool

Help

Enable driver for VL53L0X I2C-based time of flight sensor.

Direct dependencies

I2C && HAS_DTS_I2C && SENSOR

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/sensor/vl53l0x/Kconfig:9

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:62drivers/sensor/Kconfig:122

Menu path: (top menu) → Device Drivers → Sensor Drivers

menuconfig VL53L0X
    bool
    prompt "VL53L0X time of flight sensor" if I2C && HAS_DTS_I2C && SENSOR
    select HAS_STLIB if I2C && HAS_DTS_I2C && SENSOR
    depends on I2C && HAS_DTS_I2C && SENSOR
    help
      Enable driver for VL53L0X I2C-based time of flight sensor.

(Definitions include propagated dependencies, including from if’s and menus.)