mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 06:05:03 +07:00
290a6ce11d
Add support to STM LSM6DS3-LSM6DSM 6-axis (acc + gyro) Mems sensor http://www.st.com/resource/en/datasheet/lsm6ds3.pdf http://www.st.com/resource/en/datasheet/lsm6dsm.pdf - continuous mode support - i2c support - spi support - sw fifo mode support - supported devices: lsm6ds3, lsm6dsm Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@st.com> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
23 lines
575 B
Plaintext
23 lines
575 B
Plaintext
|
|
config IIO_ST_LSM6DSX
|
|
tristate "ST_LSM6DSx driver for STM 6-axis IMU MEMS sensors"
|
|
depends on (I2C || SPI)
|
|
select IIO_BUFFER
|
|
select IIO_KFIFO_BUF
|
|
select IIO_ST_LSM6DSX_I2C if (I2C)
|
|
select IIO_ST_LSM6DSX_SPI if (SPI_MASTER)
|
|
help
|
|
Say yes here to build support for STMicroelectronics LSM6DSx imu
|
|
sensor. Supported devices: lsm6ds3, lsm6dsm
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called st_lsm6dsx.
|
|
|
|
config IIO_ST_LSM6DSX_I2C
|
|
tristate
|
|
depends on IIO_ST_LSM6DSX
|
|
|
|
config IIO_ST_LSM6DSX_SPI
|
|
tristate
|
|
depends on IIO_ST_LSM6DSX
|