.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # STMicroelectonics LIS3LV02D and similar accelerometers |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)" |
---|
7 | 8 | depends on !ACPI && SPI_MASTER && INPUT |
---|
8 | 9 | select SENSORS_LIS3LV02D |
---|
9 | | - default n |
---|
10 | 10 | help |
---|
11 | 11 | This driver provides support for the LIS3LV02Dx accelerometer connected |
---|
12 | 12 | via SPI. The accelerometer data is readable via |
---|
.. | .. |
---|
23 | 23 | tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)" |
---|
24 | 24 | depends on I2C && INPUT |
---|
25 | 25 | select SENSORS_LIS3LV02D |
---|
26 | | - default n |
---|
27 | 26 | help |
---|
28 | 27 | This driver provides support for the LIS3LV02Dx accelerometer connected |
---|
29 | 28 | via I2C. The accelerometer data is readable via |
---|