blob: 9b9be8725e9d4426a4cf384d5a9ea6c374d1b3fc [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
Peter Meerwald2017cff2014-08-19 23:43:00 +01009 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver"
Oleksandr Kravchenkofdadbce2013-08-28 12:01:00 +010010 depends on I2C
11 select IIO_BUFFER
12 select IIO_TRIGGERED_BUFFER
13 help
Peter Meerwald2017cff2014-08-19 23:43:00 +010014 Say Y here if you want to build a driver for the Bosch BMA180 or
15 BMA250 triaxial acceleration sensor.
Oleksandr Kravchenkofdadbce2013-08-28 12:01:00 +010016
17 To compile this driver as a module, choose M here: the
18 module will be called bma180.
19
Srinivas Pandruvadabd7fe5b2014-05-08 22:57:00 +010020config BMC150_ACCEL
21 tristate "Bosch BMC150 Accelerometer Driver"
22 depends on I2C
23 select IIO_BUFFER
24 select IIO_TRIGGERED_BUFFER
25 help
Laurentiu Palcu8ecbb3c2014-02-09 10:30:00 +000026 Say yes here to build support for the following Bosch accelerometers:
27 BMC150, BMI055, BMA250E, BMA222E, BMA255, BMA280.
28
Srinivas Pandruvadabd7fe5b2014-05-08 22:57:00 +010029 Currently this only supports the device via an i2c interface.
30
31 This is a combo module with both accelerometer and magnetometer.
32 This driver is only implementing accelerometer part, which has
33 its own address and register map.
34
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010035config HID_SENSOR_ACCEL_3D
36 depends on HID_SENSOR_HUB
37 select IIO_BUFFER
38 select IIO_TRIGGERED_BUFFER
39 select HID_SENSOR_IIO_COMMON
Alexander Holler9541cc32012-12-11 18:21:00 +000040 select HID_SENSOR_IIO_TRIGGER
Peter Meerwaldace43fc2012-10-13 09:06:00 +010041 tristate "HID Accelerometers 3D"
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010042 help
43 Say yes here to build support for the HID SENSOR
44 accelerometers 3D.
45
Denis Cioccad6251162013-01-25 23:44:00 +000046config IIO_ST_ACCEL_3AXIS
47 tristate "STMicroelectronics accelerometers 3-Axis Driver"
48 depends on (I2C || SPI_MASTER) && SYSFS
49 select IIO_ST_SENSORS_CORE
50 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
51 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
52 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
Denis Cioccad6251162013-01-25 23:44:00 +000053 help
54 Say yes here to build support for STMicroelectronics accelerometers:
55 LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
56 LIS331DLH, LSM303DL, LSM303DLM, LSM330.
57
Peter Meerwald341673f2013-06-23 22:28:00 +010058 This driver can also be built as a module. If so, these modules
59 will be created:
Denis Cioccad6251162013-01-25 23:44:00 +000060 - st_accel (core functions for the driver [it is mandatory]);
61 - st_accel_i2c (necessary for the I2C devices [optional*]);
62 - st_accel_spi (necessary for the SPI devices [optional*]);
63
64 (*) one of these is necessary to do something.
65
66config IIO_ST_ACCEL_I2C_3AXIS
67 tristate
68 depends on IIO_ST_ACCEL_3AXIS
69 depends on IIO_ST_SENSORS_I2C
70
71config IIO_ST_ACCEL_SPI_3AXIS
72 tristate
73 depends on IIO_ST_ACCEL_3AXIS
74 depends on IIO_ST_SENSORS_SPI
75
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010076config KXSD9
77 tristate "Kionix KXSD9 Accelerometer Driver"
78 depends on SPI
79 help
80 Say yes here to build support for the Kionix KXSD9 accelerometer.
81 Currently this only supports the device via an SPI interface.
82
Peter Meerwaldc7eeea92014-02-05 09:51:00 +000083config MMA8452
84 tristate "Freescale MMA8452Q Accelerometer Driver"
85 depends on I2C
86 select IIO_BUFFER
87 select IIO_TRIGGERED_BUFFER
88 help
89 Say yes here to build support for the Freescale MMA8452Q 3-axis
90 accelerometer.
91
92 To compile this driver as a module, choose M here: the module
93 will be called mma8452.
94
Srinivas Pandruvada1a4fbf62014-11-06 23:07:00 +000095config KXCJK1013
96 tristate "Kionix 3-Axis Accelerometer Driver"
97 depends on I2C
98 select IIO_BUFFER
99 select IIO_TRIGGERED_BUFFER
100 help
101 Say Y here if you want to build a driver for the Kionix KXCJK-1013
Daniel Balutac6861372014-03-09 08:33:00 +0000102 triaxial acceleration sensor. This driver also supports KXCJ9-1008
103 and KXTJ2-1009.
Srinivas Pandruvada1a4fbf62014-11-06 23:07:00 +0000104
105 To compile this driver as a module, choose M here: the module will
106 be called kxcjk-1013.
107
srinivas pandruvada45fe6f72012-09-05 13:56:00 +0100108endmenu