Config_iio_hrtimer_trigger

**Hello **
We are working with an accel chip from ST lis2dw12 and in our application with the iio lib framework. At the moment we are working with sysfs trigger. Because of jitter we wanna change to hrt trigger. Looking at the kernel config I cannot see the CONFIG_IIO_HRTIMER_TRIGGER that we need. Would it be possible to include that in the Kernel?
Here our actual info:Software summary
------------------------------------------------------------
Bootloader: U-Boot
Kernel version: 5.15.148-6.7.0+git.bfdbfb2c85fb #1-TorizonCore SMP PREEMPT Thu Jun 20 15:59:41 UTC 2024
Kernel command line: root=LABEL=otaroot rootfstype=ext4 quiet logo.nologo vt.global_cursor_default=0 plymouth.ignore-serial-consoles splash fbcon=map:3 ostree=/ostree/boot.0/torizon/e45102872ceef080b34de1be60d6d2c689fe1e9b1c738fb031bfd725722796c3/0
Distro name: NAME=“TorizonCore”
Distro version: VERSION_ID=6.7.0-build.18
Distro variant: VARIANT=“Docker”
Hostname: verdin-imx8mm-15207522
------------------------------------------------------------Hardware info
------------------------------------------------------------
HW model: Toradex Verdin iMX8M Mini on Cedes FSP gateway V100
Toradex version: 0059 V1.1D
Serial number: 15207522
Processor arch: aarch64
**------------------------------------------------------------

Regards.**

No answer on that?

Hello @pitschen,

Sorry about the delay in answering. The support team is currently busy with an internal event.

I requested the Torizon OS team to enable this kernel config for you. They are evaluating its impact on Torizon OS. If everything goes will, it should be done in 3-4 days and should be available on the nightly builds. I will notify you when that’s done.

Thank you for your patience.

Thanks Rudhi.

Hello @pitschen,

This has been done already :slight_smile:
This config has been added as a module into the latest nightly build of Torizon OS 6.8.0:

torizon@verdin-imx8mm-06827382:~$ zcat /proc/config.gz | grep CONFIG_IIO_HRTIMER_TRIGGER 
CONFIG_IIO_HRTIMER_TRIGGER=m
torizon@verdin-imx8mm-06827382:~$ cat /etc/os-release 
ID=torizon
NAME="TorizonCore"
VERSION="6.8.0-devel-20240925+build.666 (kirkstone)"
VERSION_ID=6.8.0-devel-20240925-build.666
PRETTY_NAME="TorizonCore 6.8.0-devel-20240925+build.666 (kirkstone)"
DISTRO_CODENAME="kirkstone"
BUILD_ID="666"
ANSI_COLOR="1;34"
VARIANT="Docker"