hc
2024-08-16 62c46c9150c4afde7e5b25436263fddf79d66f0b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
# SPDX-License-Identifier: GPL-2.0
#
# gsensor drivers configuration
#
 
menuconfig GSENSOR_DEVICE
   tristate "g_sensor device support"
   default n
   help
     Enable this to be able to choose the drivers for controlling the
     g_sensor on some platforms, for example on PDAs.
 
if GSENSOR_DEVICE
config GS_MMA8452
   tristate "gsensor mma8451/mma8452/mma8453/mma8653"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config STK8BAXX_ACC
   tristate "gsensor STK8BAXX"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config MPU6880_ACC
   tristate "Sensor mpu6880_acc"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config MPU6500_ACC
   tristate "Sensor mpu6500_acc"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_KXTIK
   tristate "gsensor kxtik"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_KXTJ9
   tristate "gsensor kxtj9"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_LIS3DH
   tristate "gsensor lis3dh"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_MMA7660
   tristate "gsensor mma7660"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_MC3230
   tristate "gsensor mc3230"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_SC7660
   tristate "gsensor sc7660"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_SC7A20
   tristate "gsensor sc7a20"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_SC7A30
   tristate "gsensor sc7a30"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_MXC6225
   tristate "gsensor mxc6225"
   help
     To have support for your sepcific gsensor you will have to
     select het proper drivers which depend on this option.
 
config GS_MXC6655XA
   tristate "gsensor mxc6655xa"
   help
     To have support for your sepcific gsensor you will have to
     select het proper drivers which depend on this option.
 
config GS_DMT10
   tristate "gsensor dmard10"
   help
     To have support for your sepcific gsensor you will have to
     select het proper drivers which depend on this option.
 
config GS_LSM303D
   tristate "gsensor lsm303d"
   default n
   help
     To have support for your sepcific gsensor you will have to
     select het proper drivers which depend on this option.
 
config GS_BMA023
   tristate "gsensor bma023"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config LSM330_ACC
   tristate "gsensor lsm330"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config BMA2XX_ACC
   tristate "Sensor bma2xx_acc"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_DA215S
   tristate "gsensor da215s"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_DA223
   tristate "gsensor da223"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config GS_DA228E
   tristate "gsensor da228e"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config ICM2060X_ACC
   tristate "gsensor icm2060x"
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
config IAM20680_ACC
   tristate "gsensor iam20680"
   default n
   help
     To have support for your specific gsesnor you will have to
     select the proper drivers which depend on this option.
 
endif