The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_VL53L0X_XSHUT_CONTROL_ENABLE

Enable XSHUT pin control

Type: bool

Help

Enable it if XSHUT pin is controlled by host.

Direct dependencies

(VL53L0X && BOARD_DISCO_L475_IOT1) || (VL53L0X && SENSOR)

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

Defaults

Kconfig definitions

At boards/arm/disco_l475_iot1/Kconfig.defconfig:115

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config VL53L0X_XSHUT_CONTROL_ENABLE
    bool
    default "y" if VL53L0X && BOARD_DISCO_L475_IOT1
    depends on VL53L0X && BOARD_DISCO_L475_IOT1

At drivers/sensor/vl53l0x/Kconfig:18

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → VL53L0X time of flight sensor

config VL53L0X_XSHUT_CONTROL_ENABLE
    bool
    prompt "Enable XSHUT pin control" if VL53L0X && SENSOR
    depends on VL53L0X && SENSOR
    help
      Enable it if XSHUT pin is controlled by host.

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