blob: e23e50850655f33ad41400843f520f71f5e78f26 [file] [log] [blame]
srinivas pandruvada45fe6f72012-09-05 13:56:00 +01001#
2# Accelerometer drivers
3#
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +01004# When adding new entries keep the list in alphabetical order
5
srinivas pandruvada45fe6f72012-09-05 13:56:00 +01006menu "Accelerometers"
7
Oleksandr Kravchenkofdadbce2013-08-28 12:01:00 +01008config BMA180
9 tristate "Bosch BMA180 3-Axis Accelerometer Driver"
10 depends on I2C
11 select IIO_BUFFER
12 select IIO_TRIGGERED_BUFFER
13 help
14 Say Y here if you want to build a driver for the Bosch BMA180
15 triaxial acceleration sensor.
16
17 To compile this driver as a module, choose M here: the
18 module will be called bma180.
19
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010020config HID_SENSOR_ACCEL_3D
21 depends on HID_SENSOR_HUB
22 select IIO_BUFFER
23 select IIO_TRIGGERED_BUFFER
24 select HID_SENSOR_IIO_COMMON
Alexander Holler9541cc32012-12-11 18:21:00 +000025 select HID_SENSOR_IIO_TRIGGER
Peter Meerwaldace43fc2012-10-13 09:06:00 +010026 tristate "HID Accelerometers 3D"
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010027 help
28 Say yes here to build support for the HID SENSOR
29 accelerometers 3D.
30
Denis Cioccad6251162013-01-25 23:44:00 +000031config IIO_ST_ACCEL_3AXIS
32 tristate "STMicroelectronics accelerometers 3-Axis Driver"
33 depends on (I2C || SPI_MASTER) && SYSFS
34 select IIO_ST_SENSORS_CORE
35 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
36 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
37 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
Denis Cioccad6251162013-01-25 23:44:00 +000038 help
39 Say yes here to build support for STMicroelectronics accelerometers:
40 LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
41 LIS331DLH, LSM303DL, LSM303DLM, LSM330.
42
Peter Meerwald341673f2013-06-23 22:28:00 +010043 This driver can also be built as a module. If so, these modules
44 will be created:
Denis Cioccad6251162013-01-25 23:44:00 +000045 - st_accel (core functions for the driver [it is mandatory]);
46 - st_accel_i2c (necessary for the I2C devices [optional*]);
47 - st_accel_spi (necessary for the SPI devices [optional*]);
48
49 (*) one of these is necessary to do something.
50
51config IIO_ST_ACCEL_I2C_3AXIS
52 tristate
53 depends on IIO_ST_ACCEL_3AXIS
54 depends on IIO_ST_SENSORS_I2C
55
56config IIO_ST_ACCEL_SPI_3AXIS
57 tristate
58 depends on IIO_ST_ACCEL_3AXIS
59 depends on IIO_ST_SENSORS_SPI
60
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010061config KXSD9
62 tristate "Kionix KXSD9 Accelerometer Driver"
63 depends on SPI
64 help
65 Say yes here to build support for the Kionix KXSD9 accelerometer.
66 Currently this only supports the device via an SPI interface.
67
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010068endmenu