Kconfig (cc9263874b42bf98209dce0afe698b550648e770) Kconfig (193e2d4fd91c5e5d563395f9577621dac4f4df31)
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config BMA180

--- 6 unchanged lines hidden (view full) ---

15 BMA250 triaxial acceleration sensor.
16
17 To compile this driver as a module, choose M here: the
18 module will be called bma180.
19
20config BMA220
21 tristate "Bosch BMA220 3-Axis Accelerometer Driver"
22 depends on SPI
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config BMA180

--- 6 unchanged lines hidden (view full) ---

15 BMA250 triaxial acceleration sensor.
16
17 To compile this driver as a module, choose M here: the
18 module will be called bma180.
19
20config BMA220
21 tristate "Bosch BMA220 3-Axis Accelerometer Driver"
22 depends on SPI
23 select IIO_BUFFER
24 select IIO_TRIGGERED_BUFFER
23 help
24 Say yes here to add support for the Bosch BMA220 triaxial
25 acceleration sensor.
26
27 To compile this driver as a module, choose M here: the
28 module will be called bma220_spi.
29
30config BMC150_ACCEL

--- 198 unchanged lines hidden (view full) ---

229 accelerometer.
230
231 Choosing M will build the driver as a module. If so, the module
232 will be called stk8312.
233
234config STK8BA50
235 tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver"
236 depends on I2C
25 help
26 Say yes here to add support for the Bosch BMA220 triaxial
27 acceleration sensor.
28
29 To compile this driver as a module, choose M here: the
30 module will be called bma220_spi.
31
32config BMC150_ACCEL

--- 198 unchanged lines hidden (view full) ---

231 accelerometer.
232
233 Choosing M will build the driver as a module. If so, the module
234 will be called stk8312.
235
236config STK8BA50
237 tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver"
238 depends on I2C
237 depends on IIO_TRIGGER
239 select IIO_BUFFER
240 select IIO_TRIGGERED_BUFFER
238 help
239 Say yes here to get support for the Sensortek STK8BA50 3-axis
240 accelerometer.
241
242 Choosing M will build the driver as a module. If so, the module
243 will be called stk8ba50.
244
245endmenu
241 help
242 Say yes here to get support for the Sensortek STK8BA50 3-axis
243 accelerometer.
244
245 Choosing M will build the driver as a module. If so, the module
246 will be called stk8ba50.
247
248endmenu