hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/input/sensors/accel/Kconfig
....@@ -158,4 +158,17 @@
158158 To have support for your specific gsesnor you will have to
159159 select the proper drivers which depend on this option.
160160
161
+config ICM4260X_ACC
162
+ tristate "gsensor icm4260x"
163
+ help
164
+ To have support for your specific gsesnor you will have to
165
+ select the proper drivers which depend on this option.
166
+
167
+config IAM20680_ACC
168
+ tristate "gsensor iam20680"
169
+ default n
170
+ help
171
+ To have support for your specific gsesnor you will have to
172
+ select the proper drivers which depend on this option.
173
+
161174 endif