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

Interrupt GPIO pin number

Type: int

Help

The number of the GPIO on which the xshut signal from the VL53L0X is connected.

Direct dependencies

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

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

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config VL53L0X_XSHUT_GPIO_PIN_NUM
    int
    default 6 if VL53L0X && BOARD_DISCO_L475_IOT1
    depends on VL53L0X && BOARD_DISCO_L475_IOT1

At drivers/sensor/vl53l0x/Kconfig:31

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_GPIO_PIN_NUM
    int
    prompt "Interrupt GPIO pin number" if VL53L0X_XSHUT_CONTROL_ENABLE && VL53L0X && SENSOR
    default 6 if VL53L0X_XSHUT_CONTROL_ENABLE && VL53L0X && SENSOR
    depends on VL53L0X_XSHUT_CONTROL_ENABLE && VL53L0X && SENSOR
    help
      The number of the GPIO on which the xshut signal from the VL53L0X
      is connected.

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