:orphan: .. title:: ADXL372 .. option:: CONFIG_ADXL372 *ADXL372 Three Axis High-g I2C/SPI accelerometer* Type: ``bool`` Help ==== .. code-block:: none Enable driver for ADXL372 Three-Axis Digital Accelerometers. Direct dependencies =================== (\ :option:`I2C ` || \ :option:`SPI `) && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/adxl372/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:62`` → ``/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig menuconfig ADXL372 bool "ADXL372 Three Axis High-g I2C/SPI accelerometer" depends on (I2C || SPI) && SENSOR help Enable driver for ADXL372 Three-Axis Digital Accelerometers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*