You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
544 B
23 lines
544 B
|
|
config IIO_ST_ASM330LHH
|
|
tristate "STMicroelectronics ASM330LHH sensor"
|
|
depends on (I2C || SPI)
|
|
select IIO_BUFFER
|
|
select IIO_KFIFO_BUF
|
|
select IIO_ST_ASM330LHH_I2C if (I2C)
|
|
select IIO_ST_ASM330LHH_SPI if (SPI_MASTER)
|
|
help
|
|
Say yes here to build support for STMicroelectronics ASM330LHH imu
|
|
sensor.
|
|
|
|
To compile this driver as a module, choose M here: the module
|
|
will be called st_asm330lhh.
|
|
|
|
config IIO_ST_ASM330LHH_I2C
|
|
tristate
|
|
depends on IIO_ST_ASM330LHH
|
|
|
|
config IIO_ST_ASM330LHH_SPI
|
|
tristate
|
|
depends on IIO_ST_ASM330LHH
|
|
|
|
|