CONFIG_LSM6DSL_GPIO_DEV_NAME

GPIO device

Type: string

Help

The device name of the GPIO device to which the LSM6DSL interrupt pin is connected.

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:141

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

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

config LSM6DSL_GPIO_DEV_NAME
    string
    prompt "GPIO device" if LSM6DSL && LSM6DSL_TRIGGER && !HAS_DTS_SPI_PINS && SENSOR
    depends on LSM6DSL && LSM6DSL_TRIGGER && !HAS_DTS_SPI_PINS && SENSOR
    help
      The device name of the GPIO device to which the LSM6DSL interrupt pin
      is connected.

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