:orphan: .. title:: choice ADXL372_BUS_TYPE: Interface type .. _choice_191: .. describe:: choice ADXL372_BUS_TYPE: Interface type *Interface type* Type: ``bool`` Help ==== Select interface the digital interface type for the ADXL372 Direct dependencies =================== \ :option:`ADXL372 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :option:`ADXL372_I2C ` - \ :option:`ADXL372_SPI ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/adxl372/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer .. parsed-literal:: choice ADXL372_BUS_TYPE bool "Interface type" depends on \ :option:`ADXL372 ` && \ :option:`SENSOR ` help Select interface the digital interface type for the ADXL372 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*