:orphan: .. title:: choice ISM330DHCX_INT_PIN: Sensor INT pin number .. _choice_253: .. describe:: choice ISM330DHCX_INT_PIN: Sensor INT pin number *Sensor INT pin number* Type: ``bool`` Help ==== The number of ISM330DHCX int pin used to generate interrupt to cpu. Supported values are int1 or int2 Direct dependencies =================== \ :option:`ISM330DHCX_TRIGGER ` && \ :option:`ISM330DHCX ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`ISM330DHCX_INT_PIN_1 ` Choice options ============== - \ :option:`ISM330DHCX_INT_PIN_1 ` - \ :option:`ISM330DHCX_INT_PIN_2 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/ism330dhcx/Kconfig:56`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:109`` Menu path: (Top) → Device Drivers → Sensor Drivers → ISM330DHCX I2C/SPI accelerometer and gyroscope Chip .. parsed-literal:: choice ISM330DHCX_INT_PIN bool "Sensor INT pin number" default \ :option:`ISM330DHCX_INT_PIN_1 ` depends on \ :option:`ISM330DHCX_TRIGGER ` && \ :option:`ISM330DHCX ` && \ :option:`SENSOR ` help The number of ISM330DHCX 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.)*