From 23fa18eaa71266feff7ba8d83022d9e1cc83c65a Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:42:03 +0000 Subject: [PATCH] disable pwm7 --- kernel/drivers/input/sensors/gyro/Kconfig | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/kernel/drivers/input/sensors/gyro/Kconfig b/kernel/drivers/input/sensors/gyro/Kconfig index fb721d4..58b9b6d 100644 --- a/kernel/drivers/input/sensors/gyro/Kconfig +++ b/kernel/drivers/input/sensors/gyro/Kconfig @@ -39,4 +39,17 @@ config GYRO_ICM2060X tristate "gyroscope icm2060x_gyro" + +config GYRO_ICM4260X + tristate "gyroscope icm4260x_gyro" + help + To have support for your specific gyro you will have to + select the proper drivers which depend on this option. + +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