forked from ~ljy/RK356X_SDK_RELEASE

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