86v:merge change for 86v
[firefly-linux-kernel-4.4.55.git] / drivers / input / sensors / accel / Kconfig
1 #
2 # gsensor drivers configuration
3 #
4
5 menuconfig GSENSOR_DEVICE
6         tristate "g_sensor device support"
7         default y
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 GSENSOR_DEVICE
13 config GS_MMA8452
14   bool "gsensor mma8451/mma8452/mma8453/mma8653"
15   default y
16         help     
17           To have support for your specific gsesnor you will have to
18           select the proper drivers which depend on this option.
19
20 config GS_KXTIK
21     bool "gsensor kxtik"
22         help
23           To have support for your specific gsesnor you will have to
24           select the proper drivers which depend on this option.
25
26
27 config GS_KXTJ9
28   bool "gsensor kxtj9"
29   help
30     To have support for your specific gsesnor you will have to
31     select the proper drivers which depend on this option.
32
33 config GS_LIS3DH
34   bool "gsensor lis3dh"
35   default y
36         help     
37           To have support for your specific gsesnor you will have to
38           select the proper drivers which depend on this option.
39
40 config GS_MMA7660
41   bool "gsensor mma7660"
42   default y     
43         help     
44           To have support for your specific gsesnor you will have to
45           select the proper drivers which depend on this option.
46           
47 config GS_MC3230
48   bool "gsensor mc3230"
49         help     
50           To have support for your specific gsesnor you will have to
51           select the proper drivers which depend on this option.
52
53 config GS_MXC6225
54         bool "gsensor mxc6225"
55         help
56         To have support for your sepcific gsensor you will have to
57         select het proper drivers which depend on this option.
58
59 config GS_DMT10
60         bool "gsensor dmard10"
61         help
62         To have support for your sepcific gsensor you will have to
63         select het proper drivers which depend on this option.
64
65 config GS_LSM303D
66         bool "gsensor lsm303d"
67         default y
68         help
69         To have support for your sepcific gsensor you will have to
70         select het proper drivers which depend on this option.
71
72 config GS_BMA023
73   bool "gsensor bma023"
74   help
75     To have support for your specific gsesnor you will have to
76     select the proper drivers which depend on this option.
77 endif
78