blob: 61ca7ec0f3e717ba229b93d1a08dbd0c04b9f553 [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
8config HID_SENSOR_ACCEL_3D
9 depends on HID_SENSOR_HUB
10 select IIO_BUFFER
11 select IIO_TRIGGERED_BUFFER
12 select HID_SENSOR_IIO_COMMON
Alexander Holler9541cc32012-12-11 18:21:00 +000013 select HID_SENSOR_IIO_TRIGGER
Peter Meerwaldace43fc2012-10-13 09:06:00 +010014 tristate "HID Accelerometers 3D"
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010015 help
16 Say yes here to build support for the HID SENSOR
17 accelerometers 3D.
18
Denis Cioccad6251162013-01-25 23:44:00 +000019config IIO_ST_ACCEL_3AXIS
20 tristate "STMicroelectronics accelerometers 3-Axis Driver"
21 depends on (I2C || SPI_MASTER) && SYSFS
22 select IIO_ST_SENSORS_CORE
23 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
24 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
25 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
Denis Cioccad6251162013-01-25 23:44:00 +000026 help
27 Say yes here to build support for STMicroelectronics accelerometers:
28 LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
29 LIS331DLH, LSM303DL, LSM303DLM, LSM330.
30
Peter Meerwald341673f2013-06-23 22:28:00 +010031 This driver can also be built as a module. If so, these modules
32 will be created:
Denis Cioccad6251162013-01-25 23:44:00 +000033 - st_accel (core functions for the driver [it is mandatory]);
34 - st_accel_i2c (necessary for the I2C devices [optional*]);
35 - st_accel_spi (necessary for the SPI devices [optional*]);
36
37 (*) one of these is necessary to do something.
38
39config IIO_ST_ACCEL_I2C_3AXIS
40 tristate
41 depends on IIO_ST_ACCEL_3AXIS
42 depends on IIO_ST_SENSORS_I2C
43
44config IIO_ST_ACCEL_SPI_3AXIS
45 tristate
46 depends on IIO_ST_ACCEL_3AXIS
47 depends on IIO_ST_SENSORS_SPI
48
Lars-Peter Clausen3edc84e2013-07-15 08:45:00 +010049config KXSD9
50 tristate "Kionix KXSD9 Accelerometer Driver"
51 depends on SPI
52 help
53 Say yes here to build support for the Kionix KXSD9 accelerometer.
54 Currently this only supports the device via an SPI interface.
55
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010056endmenu