:orphan: .. title:: choice LSM6DSO_INT_PIN: Sensor INT pin number .. _choice_267: .. describe:: choice LSM6DSO_INT_PIN: Sensor INT pin number *Sensor INT pin number* Type: ``bool`` Help ==== The number of LSM6DSO int pin used to generate interrupt to cpu. Supported values are int1 or int2 Direct dependencies =================== \ :option:`LSM6DSO_TRIGGER ` && \ :option:`LSM6DSO ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`LSM6DSO_INT_PIN_1 ` Choice options ============== - \ :option:`LSM6DSO_INT_PIN_1 ` - \ :option:`LSM6DSO_INT_PIN_2 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/lsm6dso/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:133`` Menu path: (Top) → Device Drivers → Sensor Drivers → LSM6DSO I2C/SPI accelerometer and gyroscope Chip .. parsed-literal:: choice LSM6DSO_INT_PIN bool "Sensor INT pin number" default \ :option:`LSM6DSO_INT_PIN_1 ` depends on \ :option:`LSM6DSO_TRIGGER ` && \ :option:`LSM6DSO ` && \ :option:`SENSOR ` help The number of LSM6DSO int pin used to generate interrupt to cpu. Supported values are int1 or int2 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*