From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/drivers/input/sensors/gyro/Kconfig | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/input/sensors/gyro/Kconfig b/kernel/drivers/input/sensors/gyro/Kconfig index fb721d4..5b27389 100644 --- a/kernel/drivers/input/sensors/gyro/Kconfig +++ b/kernel/drivers/input/sensors/gyro/Kconfig @@ -39,4 +39,11 @@ config GYRO_ICM2060X tristate "gyroscope icm2060x_gyro" + +config GYRO_IAM20680 + tristate "gyroscope iam20680_gyro" + default n + help + To have support for your specific gyroscope you will have to + select the proper drivers which depend on this option. endif -- Gitblit v1.6.2