ARM64: DTS: Add rk3399-firefly uart4 device, node as /dev/ttyS1
[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 MPU6880_ACC
21   bool "Sensor mpu6880_acc"
22   default y
23         help     
24           To have support for your specific gsesnor you will have to
25           select the proper drivers which depend on this option.
26
27 config MPU6500_ACC
28   bool "Sensor mpu6500_acc"
29   default y
30         help
31           To have support for your specific gsesnor you will have to
32           select the proper drivers which depend on this option.
33
34 config GS_KXTIK
35     bool "gsensor kxtik"
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
41 config GS_KXTJ9
42   bool "gsensor kxtj9"
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_LIS3DH
48   bool "gsensor lis3dh"
49   default y
50         help     
51           To have support for your specific gsesnor you will have to
52           select the proper drivers which depend on this option.
53
54 config GS_MMA7660
55   bool "gsensor mma7660"
56   default y     
57         help     
58           To have support for your specific gsesnor you will have to
59           select the proper drivers which depend on this option.
60           
61 config GS_MC3230
62   bool "gsensor mc3230"
63         help     
64           To have support for your specific gsesnor you will have to
65           select the proper drivers which depend on this option.
66
67 config GS_MXC6225
68         bool "gsensor mxc6225"
69         help
70         To have support for your sepcific gsensor you will have to
71         select het proper drivers which depend on this option.
72
73 config GS_DMT10
74         bool "gsensor dmard10"
75         help
76         To have support for your sepcific gsensor you will have to
77         select het proper drivers which depend on this option.
78
79 config GS_LSM303D
80         bool "gsensor lsm303d"
81         default y
82         help
83         To have support for your sepcific gsensor you will have to
84         select het proper drivers which depend on this option.
85
86 config GS_BMA023
87   bool "gsensor bma023"
88   help
89     To have support for your specific gsesnor you will have to
90     select the proper drivers which depend on this option.
91
92 config LSM330_ACC
93         bool "gsensor lsm330"
94         default y
95         help
96           To have support for your specific gsesnor you will have to
97           select the proper drivers which depend on this option.
98
99 endif
100