Merge 3.11-rc5 into staging-next
[firefly-linux-kernel-4.4.55.git] / drivers / iio / accel / Kconfig
1 #
2 # Accelerometer drivers
3 #
4 # When adding new entries keep the list in alphabetical order
5
6 menu "Accelerometers"
7
8 config 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
13         select HID_SENSOR_IIO_TRIGGER
14         tristate "HID Accelerometers 3D"
15         help
16           Say yes here to build support for the HID SENSOR
17           accelerometers 3D.
18
19 config 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)
26         help
27           Say yes here to build support for STMicroelectronics accelerometers:
28           LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
29           LIS331DLH, LSM303DL, LSM303DLM, LSM330.
30
31           This driver can also be built as a module. If so, these modules
32           will be created:
33           - 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
39 config IIO_ST_ACCEL_I2C_3AXIS
40         tristate
41         depends on IIO_ST_ACCEL_3AXIS
42         depends on IIO_ST_SENSORS_I2C
43
44 config IIO_ST_ACCEL_SPI_3AXIS
45         tristate
46         depends on IIO_ST_ACCEL_3AXIS
47         depends on IIO_ST_SENSORS_SPI
48
49 config 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
56 endmenu