rk fb: extend output mutex lock in win config
[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         help
8           Enable this to be able to choose the drivers for controlling the
9           g_sensor on some platforms, for example on PDAs.
10
11 if G_SENSOR_DEVICE
12
13 config GS_MMA7660
14   bool "gs_mma7660"
15         help     
16           To have support for your specific gsesnor you will have to
17           select the proper drivers which depend on this option.
18
19 config GS_MMA8452
20   bool "gs_mma8452"
21         help     
22           To have support for your specific gsesnor you will have to
23           select the proper drivers which depend on this option.
24
25 config GS_LIS3DH
26   bool "gs_lis3dh"
27         help     
28           To have support for your specific gsesnor you will have to
29           select the proper drivers which depend on this option.
30           
31 config GS_L3G4200D
32   bool "gs_l3g4200d"
33         help     
34           To have support for your specific gsesnor you will have to
35           select the proper drivers which depend on this option.
36
37 config GS_BMA023
38   bool "gs_bma023"
39   help
40     To have support for your specific gsesnor you will have to
41     select the proper drivers which depend on this option.
42 endif