:orphan: .. title:: choice ADXL372_BUS_TYPE: Interface type .. _choice_330: .. 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 =================== \ :kconfig:`ADXL372 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`ADXL372_I2C ` - \ :kconfig:`ADXL372_SPI ` Kconfig definition ================== At ``/sensor/adxl372/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/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.)*