hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/input/sensors/gyro/Kconfig
....@@ -39,4 +39,11 @@
3939
4040 config GYRO_ICM2060X
4141 tristate "gyroscope icm2060x_gyro"
42
+
43
+config GYRO_IAM20680
44
+ tristate "gyroscope iam20680_gyro"
45
+ default n
46
+ help
47
+ To have support for your specific gyroscope you will have to
48
+ select the proper drivers which depend on this option.
4249 endif