:orphan: .. title:: ADXL372 .. option:: CONFIG_ADXL372 *ADXL372 Three Axis High-g I2C/SPI accelerometer* Type: ``bool`` Help ==== 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 ================== .. highlight:: kconfig At ``drivers/sensor/adxl372/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:47`` Menu path: (Top) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig ADXL372 bool "ADXL372 Three Axis High-g I2C/SPI accelerometer" depends on (\ :option:`I2C ` || \ :option:`SPI `) && \ :option:`SENSOR ` help Enable driver for ADXL372 Three-Axis Digital Accelerometers. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*