# # STMicroelectonics LIS3LV02D and similar accelerometers # config [31mCONFIG_SENSORS_LIS3_SPI[0m tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (SPI)" depends on ![31mCONFIG_ACPI[0m && [31mCONFIG_SPI_MASTER[0m && [31mCONFIG_INPUT[0m select [31mCONFIG_SENSORS_LIS3LV02D[0m default n help This driver provides support for the LIS3LV02Dx accelerometer connected via [31mCONFIG_SPI[0m. The accelerometer data is readable via /sys/devices/platform/lis3lv02d. This driver also provides an absolute input class device, allowing the laptop to act as a pinball machine-esque joystick. This driver can also be built as modules. If so, the core module will be called lis3lv02d and a specific module for the [31mCONFIG_SPI[0m transport is called lis3lv02d_spi. config [31mCONFIG_SENSORS_LIS3_I2C[0m tristate "STMicroeletronics LIS3LV02Dx three-axis digital accelerometer (I2C)" depends on [31mCONFIG_I2C[0m && [31mCONFIG_INPUT[0m select [31mCONFIG_SENSORS_LIS3LV02D[0m default n help This driver provides support for the LIS3LV02Dx accelerometer connected via [31mCONFIG_I2C[0m. The accelerometer data is readable via /sys/devices/platform/lis3lv02d. This driver also provides an absolute input class device, allowing the device to act as a pinball machine-esque joystick. This driver can also be built as modules. If so, the core module will be called lis3lv02d and a specific module for the [31mCONFIG_I2C[0m transport is called lis3lv02d_i2c. |