forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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