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