:orphan: .. title:: CONFIG_ADXL345 .. kconfig:: CONFIG_ADXL345 CONFIG_ADXL345 ############## *ADXL345 Three Axis I2C accelerometer* Type: ``bool`` Help ==== .. code-block:: none Enable driver for ADXL345 Three-Axis Digital Accelerometer. Direct dependencies =================== \ :kconfig:`I2C ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/sensor/adxl345/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:43`` Menu path: (Top) → Device Drivers → Sensor Drivers .. code-block:: kconfig config ADXL345 bool "ADXL345 Three Axis I2C accelerometer" depends on I2C && SENSOR help Enable driver for ADXL345 Three-Axis Digital Accelerometer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*