blob: a00267525b661c877f92e135524e1776b523aa3e [file] [log] [blame]
srinivas pandruvada45fe6f72012-09-05 13:56:00 +01001#
2# Accelerometer drivers
3#
4menu "Accelerometers"
5
6config HID_SENSOR_ACCEL_3D
7 depends on HID_SENSOR_HUB
8 select IIO_BUFFER
9 select IIO_TRIGGERED_BUFFER
10 select HID_SENSOR_IIO_COMMON
Alexander Holler9541cc32012-12-11 18:21:00 +000011 select HID_SENSOR_IIO_TRIGGER
Peter Meerwaldace43fc2012-10-13 09:06:00 +010012 tristate "HID Accelerometers 3D"
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010013 help
14 Say yes here to build support for the HID SENSOR
15 accelerometers 3D.
16
Jonathan Cameron81ca4862013-01-06 15:10:00 +000017config KXSD9
18 tristate "Kionix KXSD9 Accelerometer Driver"
19 depends on SPI
20 help
21 Say yes here to build support for the Kionix KXSD9 accelerometer.
22 Currently this only supports the device via an SPI interface.
23
Denis Cioccad6251162013-01-25 23:44:00 +000024config IIO_ST_ACCEL_3AXIS
25 tristate "STMicroelectronics accelerometers 3-Axis Driver"
26 depends on (I2C || SPI_MASTER) && SYSFS
27 select IIO_ST_SENSORS_CORE
28 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
29 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
30 select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
Denis Cioccad6251162013-01-25 23:44:00 +000031 help
32 Say yes here to build support for STMicroelectronics accelerometers:
33 LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
34 LIS331DLH, LSM303DL, LSM303DLM, LSM330.
35
Peter Meerwald341673f2013-06-23 22:28:00 +010036 This driver can also be built as a module. If so, these modules
37 will be created:
Denis Cioccad6251162013-01-25 23:44:00 +000038 - st_accel (core functions for the driver [it is mandatory]);
39 - st_accel_i2c (necessary for the I2C devices [optional*]);
40 - st_accel_spi (necessary for the SPI devices [optional*]);
41
42 (*) one of these is necessary to do something.
43
44config IIO_ST_ACCEL_I2C_3AXIS
45 tristate
46 depends on IIO_ST_ACCEL_3AXIS
47 depends on IIO_ST_SENSORS_I2C
48
49config IIO_ST_ACCEL_SPI_3AXIS
50 tristate
51 depends on IIO_ST_ACCEL_3AXIS
52 depends on IIO_ST_SENSORS_SPI
53
srinivas pandruvada45fe6f72012-09-05 13:56:00 +010054endmenu