:orphan: .. title:: CONFIG_VL53L0X .. kconfig:: CONFIG_VL53L0X CONFIG_VL53L0X ############## *VL53L0X time of flight sensor* Type: ``bool`` Help ==== .. code-block:: none Enable driver for VL53L0X I2C-based time of flight sensor. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`HAS_STLIB ` Kconfig definition ================== At ``/sensor/vl53l0x/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:223`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig VL53L0X bool "VL53L0X time of flight sensor" select HAS_STLIB depends on I2C && SENSOR help Enable driver for VL53L0X I2C-based time of flight sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*