The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_VL53L0X_XSHUT_GPIO_DEV_NAME

GPIO device

Type: string

Help

The device name of the GPIO device to which the VL53L0X xshut pin is connected.

Direct dependencies

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

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

Defaults

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config VL53L0X_XSHUT_GPIO_DEV_NAME
    string
    default "GPIOC" if VL53L0X && BOARD_DISCO_L475_IOT1
    depends on VL53L0X && BOARD_DISCO_L475_IOT1

At drivers/sensor/vl53l0x/Kconfig:23

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_DEV_NAME
    string
    prompt "GPIO device" if VL53L0X_XSHUT_CONTROL_ENABLE && VL53L0X && SENSOR
    default "GPIO_6" if VL53L0X_XSHUT_CONTROL_ENABLE && VL53L0X && SENSOR
    depends on VL53L0X_XSHUT_CONTROL_ENABLE && VL53L0X && SENSOR
    help
      The device name of the GPIO device to which the VL53L0X xshut pin
      is connected.

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