Adds adxl362 streaming and trigger configurations to accelerometer samples for profiling the performance impact of adding rtio support to max32 spi and adxl362 accelerometer drivers. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
# Copyright (c) 2024 Analog Devices, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
CONFIG_SPI_RTIO=y
|
|
CONFIG_SENSOR_ASYNC_API=y
|
|
CONFIG_ADXL362_STREAM=y
|
|
CONFIG_ADXL362_ACCEL_ODR_400=y
|