Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions drivers/sensor/icm42688/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
#
# SPDX-License-Identifier: Apache-2.0

DT_COMPAT_ICM42688 := invensense,icm42688
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Most (all?) of these have been removed. Is this a rebasing mistake?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Almost certainly


config ICM42688
bool "ICM42688 Six-Axis Motion Tracking Device"
default y
Expand Down Expand Up @@ -58,4 +60,10 @@ config ICM42688_THREAD_STACK_SIZE
help
The thread stack size.

config ICM42688_RTIO
bool "ICM42688 RTIO Support"
depends on RTIO
help
Enable RTIO support for ICM42688 allowing for scatter gather like requests against the fifo.

endif # ICM42688
Loading