sensor:improve kxtik driver compatibility
[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 config GS_KXTIK
19     bool "gsensor kxtik"
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
24
25 config GS_KXTJ9
26   bool "gsensor kxtj9"
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_LIS3DH
32   bool "gsensor lis3dh"
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_MMA7660
38   bool "gsensor mma7660"
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
43 config GS_MXC6225
44         bool "gsensor mxc6225"
45         help
46         To have support for your sepcific gsensor you will have to
47         select het proper drivers which depend on this option.
48
49 config GS_BMA023
50   bool "gsensor bma023"
51   help
52     To have support for your specific gsesnor you will have to
53     select the proper drivers which depend on this option.
54 endif
55