eea2fc4939710a9de9acbe1c7cff3421dc040037
[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_MXC6225
48         bool "gsensor mxc6225"
49         help
50         To have support for your sepcific gsensor you will have to
51         select het proper drivers which depend on this option.
52
53 config GS_DMT10
54         bool "gsensor dmard10"
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_LSM303D
60         bool "gsensor lsm303d"
61         default y
62         help
63         To have support for your sepcific gsensor you will have to
64         select het proper drivers which depend on this option.
65
66 config GS_BMA023
67   bool "gsensor bma023"
68   help
69     To have support for your specific gsesnor you will have to
70     select the proper drivers which depend on this option.
71 endif
72