CONFIG_LSM6DSL_GPIO_PIN_NUM

Interrupt GPIO pin number

Type: int

Help

The number of the GPIO on which the interrupt signal from the LSM6DSL chip will be received.

Direct dependencies

LSM6DSL && LSM6DSL_TRIGGER && !HAS_DTS_SPI_PINS && SENSOR

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

Defaults

No defaults. Implicitly defaults to the empty string.

Kconfig definition

At drivers/sensor/lsm6dsl/Kconfig:148

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:92

Menu path: (top menu) → Device Drivers → Sensor Drivers

config LSM6DSL_GPIO_PIN_NUM
    int
    prompt "Interrupt GPIO pin number" if LSM6DSL && LSM6DSL_TRIGGER && !HAS_DTS_SPI_PINS && SENSOR
    depends on LSM6DSL && LSM6DSL_TRIGGER && !HAS_DTS_SPI_PINS && SENSOR
    help
      The number of the GPIO on which the interrupt signal from the LSM6DSL
      chip will be received.

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