modify some file permissions for cts
[firefly-linux-kernel-4.4.55.git] / drivers / input / gsensor / Kconfig
old mode 100644 (file)
new mode 100755 (executable)
index 687fcec..30cda54
@@ -27,6 +27,24 @@ config GS_MMA8452
          To have support for your specific gsesnor you will have to
          select the proper drivers which depend on this option.
 
+config GS_KXTF9
+  bool "gs_kxtf9"
+       depends on G_SENSOR_DEVICE && SYSFS && I2C_RK29
+       default n
+       help     
+               If you say yes here you get support for the Kionix KXTF9 digital tri-axis
+               accelerometer.
+               This driver can also be built as a module. If so, the module will be
+               called kxtf9.
+
+config GS_LIS3DH
+  bool "gs_lis3dh"
+       depends on G_SENSOR_DEVICE
+       default n
+       help     
+         To have support for your specific gsesnor you will have to
+         select the proper drivers which depend on this option.
+         
 config GS_L3G4200D
   bool "gs_l3g4200d"
        depends on G_SENSOR_DEVICE
@@ -35,4 +53,11 @@ config GS_L3G4200D
          To have support for your specific gsesnor you will have to
          select the proper drivers which depend on this option.
 
+config GS_BMA023
+  bool "gs_bma023"
+  depends on G_SENSOR_DEVICE
+  default n
+  help
+    To have support for your specific gsesnor you will have to
+    select the proper drivers which depend on this option.
 endif