769e69c064f9905b9f8093ac9e9b946a4a5d14c4
[firefly-linux-kernel-4.4.55.git] / drivers / input / sensors / accel / Kconfig
1 #
2 # gsensor drivers configuration
3 #
4
5 menuconfig GSENSOR_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 GSENSOR_DEVICE
12 config GS_MMA8452
13   bool "gsensor mma8452"
14         help     
15           To have support for your specific gsesnor you will have to
16           select the proper drivers which depend on this option.
17
18 menuconfig GS_KXTIK
19     bool "gsensor kxtik products"
20         help
21           To have support for your specific gsesnor you will have to
22           select the proper drivers which depend on this option.
23 if GS_KXTIK
24 config GS_KXTIK_1004
25         bool "gsensor kxtik 1004"
26         default y
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_KXTIK_1013
32   bool "gsensor kxtik 1013"
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 endif
37
38 config GS_KXTJ9
39   bool "gsensor kxtj9"
40   help
41     To have support for your specific gsesnor you will have to
42     select the proper drivers which depend on this option.
43
44 config GS_LIS3DH
45   bool "gsensor lis3dh"
46         help     
47           To have support for your specific gsesnor you will have to
48           select the proper drivers which depend on this option.
49
50 config GS_MMA7660
51   bool "gsensor mma7660"
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 config GS_MXC6225
57         bool "gsensor mxc6225"
58         help
59         To have support for your sepcific gsensor you will have to
60         select het proper drivers which depend on this option.
61
62 config GS_BMA023
63   bool "gsensor bma023"
64   help
65     To have support for your specific gsesnor you will have to
66     select the proper drivers which depend on this option.
67 endif
68