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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
|
#
# WMT Sensor configuration
#
menuconfig INPUT_SENSOR
bool "WMT Sensor"
default y
help
Say Y here, and a list of supported sensor will be displayed.
This option doesn't affect the kernel.
If unsure, say Y.
if INPUT_SENSOR
config WMT_SENSOR_KXTE9
tristate "KXTE9 G-Sensor Support"
depends on ARCH_WMT
default n
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called s_wmt_gsensor_mc3230.
config WMT_SENSOR_KIONIX
tristate "KIONIX G-Sensor Support"
depends on ARCH_WMT
default n
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called s_wmt_gsensor_kionix.
config WMT_SENSOR_MC3XXX
tristate "Mcube G-Sensor Support"
depends on ARCH_WMT
default m
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called s_wmt_gsensor_mc3xxx.
config WMT_SENSOR_DMARD08
tristate "DMARD08 G-Sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_dmard08.
config WMT_SENSOR_DMARD06
tristate "DMARD06 G-Sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_dmard06.
config WMT_SENSOR_DMARD10
tristate "DMARD10 G-Sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_dmard10.
config WMT_SENSOR_DMARD09
tristate "DMARD09 G-Sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_dmard09.
config WMT_SENSOR_MXC622X
tristate "MXC622X G-Sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_mxc622x.
config WMT_SENSOR_MMA7660
tristate "MMA7660 G-Sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_mma7660.
config WMT_SENSOR_MMC328x
tristate "MMC328x M-Sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with m-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_mmc328x.
config WMT_SENSOR_ISL29023
tristate "ISL29023 Light sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with l-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_isl29023.
config WMT_SENSOR_CM3232
tristate "CM3232 Light sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with l-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_cm3232.
config WMT_SENSOR_STK3310
tristate "STK3310 Light sensor Support"
depends on ARCH_WMT
default y
help
Say Y here if you have an WMT based board with l-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called sensor_stk3310.
config WMT_GYRO_L3G4200D
tristate "L3G4200D Gyroscope Support"
depends on ARCH_WMT
default m
help
Say Y here if you have an WMT based board with ST L3g4200d
gyroscope attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called s_wmt_gyro_l3g4200d.
config WMT_SENSOR_US5182
tristate "US5182 Light&Promixity sensor Support"
depends on ARCH_WMT
default m
help
Say Y here if you have an WMT based board with l&p-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called s_wmt_lsensor_us5182.
config WMT_SENSOR_MMA8452Q
tristate "MMA8452Q G-Sensor Support"
depends on ARCH_WMT
default m
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called s_wmt_gsensor_mma8542.
config WMT_SENSOR_STK8312
tristate "STK8312 G-Sensor Support"
depends on ARCH_WMT
default m
help
Say Y here if you have an WMT based board with g-sensor
attached to it.
If unsure, say N.
To compile this driver as a module, choose M here: the
module will be called s_wmt_gsensor_STK8312.
endif
|