android13/kernel-5.10/drivers/input/sensors/imu/lsm6ds3trc/Kconfig

21 lines
521 B
Plaintext

config INPUT_LSM6DS3TRC
tristate "STMicroelectronics LSM6DS3TRC sensor"
depends on (I2C || SPI) && SYSFS
select INPUT_LSM6DS3TRC_I2C if (I2C)
select INPUT_LSM6DS3TRC_SPI if (SPI)
help
This driver support the STMicroelectronics LSM6DS3TRC sensor.
To compile this driver as a module, choose M here. The module
will be called lsm6ds3trc.
config INPUT_LSM6DS3TRC_I2C
tristate
depends on INPUT_LSM6DS3TRC
depends on I2C
config INPUT_LSM6DS3TRC_SPI
tristate
depends on INPUT_LSM6DS3TRC
depends on SPI