:orphan: .. title:: CONFIG_ADXL372_SPI .. kconfig:: CONFIG_ADXL372_SPI CONFIG_ADXL372_SPI ################## *SPI Interface* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SPI ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/sensor/adxl372/Kconfig:23`` 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 → Interface type .. code-block:: kconfig config ADXL372_SPI bool "SPI Interface" depends on SPI && *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*