13 lines
335 B
Plaintext
13 lines
335 B
Plaintext
# ADXL345, 3-Axis, +/-16g Digital Accelerometer
|
|
|
|
# Copyright (c) 2020 Antmicro <www.antmicro.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ADXL345
|
|
bool "ADXL345 Three Axis accelerometer"
|
|
default y
|
|
depends on DT_HAS_ADI_ADXL345_ENABLED
|
|
depends on I2C || SPI
|
|
help
|
|
Enable driver for ADXL345 Three-Axis Digital Accelerometer.
|