:orphan: .. title:: ADXL362 .. option:: CONFIG_ADXL362 *ADXL362 sensor* Type: ``bool`` Help ==== Enable driver for ADXL362 Three-Axis Digital Accelerometers. Direct dependencies =================== \ :option:`SPI ` && \ :option:`HAS_DTS_SPI ` && \ :option:`SENSOR ` *(Includes any dependencies from if's and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/adxl362/Kconfig:8`` Included via ``Kconfig:10`` → ``Kconfig.zephyr:35`` → ``drivers/Kconfig:64`` → ``drivers/sensor/Kconfig:30`` Menu path: (top menu) → Device Drivers → Sensor Drivers .. parsed-literal:: menuconfig ADXL362 bool prompt "ADXL362 sensor" if \ :option:`SPI ` && \ :option:`HAS_DTS_SPI ` && \ :option:`SENSOR ` depends on \ :option:`SPI ` && \ :option:`HAS_DTS_SPI ` && \ :option:`SENSOR ` help Enable driver for ADXL362 Three-Axis Digital Accelerometers. *(Definitions include propagated dependencies, including from if's and menus.)*