:orphan: .. title:: choice ADXL372_BUS_TYPE: Interface type .. _choice_199: .. describe:: choice ADXL372_BUS_TYPE: Interface type *Interface type* Type: ``bool`` Help ==== .. code-block:: none 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 ================== At ``/sensor/adxl372/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers → ADXL372 Three Axis High-g I2C/SPI accelerometer .. code-block:: kconfig choice ADXL372_BUS_TYPE bool "Interface type" depends on ADXL372 && SENSOR help Select interface the digital interface type for the ADXL372 *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*