Merge remote-tracking branch 'kernel-2.6.32/develop' into develop-2.6.36
[firefly-linux-kernel-4.4.55.git] / drivers / input / gsensor / Kconfig
1 #
2 # gsensor drivers configuration
3 #
4
5 menuconfig G_SENSOR_DEVICE
6         bool "g_sensor device support"
7         default n       
8         help
9           Enable this to be able to choose the drivers for controlling the
10           g_sensor on some platforms, for example on PDAs.
11
12 if G_SENSOR_DEVICE
13
14 config GS_MMA7660
15   bool "gs_mma7660"
16         depends on G_SENSOR_DEVICE
17         default y
18         help     
19           To have support for your specific gsesnor you will have to
20           select the proper drivers which depend on this option.
21
22 config GS_MMA8452
23   bool "gs_mma8452"
24         depends on G_SENSOR_DEVICE
25         default y
26         help     
27           To have support for your specific gsesnor you will have to
28           select the proper drivers which depend on this option.
29
30 config GS_KXTF9
31   bool "gs_kxtf9"
32         depends on G_SENSOR_DEVICE && SYSFS && I2C_RK29
33         default n
34         help     
35                 If you say yes here you get support for the Kionix KXTF9 digital tri-axis
36                 accelerometer.
37                 This driver can also be built as a module. If so, the module will be
38                 called kxtf9.
39
40 config GS_LIS3DH
41   bool "gs_lis3dh"
42         depends on G_SENSOR_DEVICE
43         default n
44         help     
45           To have support for your specific gsesnor you will have to
46           select the proper drivers which depend on this option.
47           
48 config GS_L3G4200D
49   bool "gs_l3g4200d"
50         depends on G_SENSOR_DEVICE
51         default n
52         help     
53           To have support for your specific gsesnor you will have to
54           select the proper drivers which depend on this option.
55
56 endif