CONFIG_LIS2DH_INT2_GPIO_PIN

Interrupt 2 GPIO pin number

Type: int

Help

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

Direct dependencies

LIS2DH && LIS2DH_TRIGGER && SENSOR

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

Defaults

Kconfig definition

At drivers/sensor/lis2dh/Kconfig:129

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

Menu path: (top menu) → Device Drivers → Sensor Drivers → LIS2DH Three Axis Accelerometer

config LIS2DH_INT2_GPIO_PIN
    int
    prompt "Interrupt 2 GPIO pin number" if LIS2DH && LIS2DH_TRIGGER && SENSOR
    range 0 254 if LIS2DH && LIS2DH_TRIGGER && SENSOR
    default 26 if LIS2DH && LIS2DH_TRIGGER && SENSOR
    depends on LIS2DH && LIS2DH_TRIGGER && SENSOR
    help
      The number of the GPIO on which the interrupt 2 signal from the LIS2DH
      chip will be received.

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