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