File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
#
5
5
# SPDX-License-Identifier: Apache-2.0
6
6
7
- config ICM42688
7
+ menuconfig ICM42688
8
8
bool "ICM42688 Six-Axis Motion Tracking Device"
9
9
default y
10
10
depends on DT_HAS_INVENSENSE_ICM42688_ENABLED
11
11
select SPI
12
12
help
13
13
Enable driver for ICM42688 SPI-based six-axis motion tracking device.
14
14
15
+ if ICM42688
16
+
15
17
config EMUL_ICM42688
16
18
bool "Emulator for the ICM42688"
17
19
default y
18
- depends on ICM42688
19
20
depends on EMUL
20
21
help
21
22
Enable the hardware emulator for the ICM42688. Doing so allows exercising
22
23
sensor APIs for this IMU in native_sim and qemu.
23
24
24
25
config ICM42688_DECODER
25
26
bool "ICM42688 decoder logic"
26
- default y if ICM42688
27
+ default y
27
28
select SENSOR_ASYNC_API
28
29
help
29
30
Compile the ICM42688 decoder API which allows decoding raw data returned
30
31
from the sensor.
31
32
32
- if ICM42688
33
-
34
33
choice
35
34
prompt "Trigger mode"
36
35
default ICM42688_TRIGGER_NONE if ICM42688_STREAM
You can’t perform that action at this time.
0 commit comments