CONFIG_VL53L0X

VL53L0X time of flight sensor

Type: bool

Help

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

Direct dependencies

SENSOR && 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:29drivers/Kconfig:64drivers/sensor/Kconfig:122

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

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

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