hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/sensors/gyro/Kconfig
....@@ -39,4 +39,17 @@
3939
4040 config GYRO_ICM2060X
4141 tristate "gyroscope icm2060x_gyro"
42
+
43
+config GYRO_ICM4260X
44
+ tristate "gyroscope icm4260x_gyro"
45
+ help
46
+ To have support for your specific gyro you will have to
47
+ select the proper drivers which depend on this option.
48
+
49
+config GYRO_IAM20680
50
+ tristate "gyroscope iam20680_gyro"
51
+ default n
52
+ help
53
+ To have support for your specific gyroscope you will have to
54
+ select the proper drivers which depend on this option.
4255 endif