Kconfig (1540d0106bcbc4e52013d759a0a0752ae7b4a09d) Kconfig (11b86c7004ef14f9f8c1e2caf66bfaad6f3167a2)
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config ADXL345

--- 134 unchanged lines hidden (view full) ---

143 tristate "HID Accelerometers 3D"
144 help
145 Say yes here to build support for the HID SENSOR
146 accelerometers 3D.
147
148 To compile this driver as a module, choose M here: the
149 module will be called hid-sensor-accel-3d.
150
1#
2# Accelerometer drivers
3#
4# When adding new entries keep the list in alphabetical order
5
6menu "Accelerometers"
7
8config ADXL345

--- 134 unchanged lines hidden (view full) ---

143 tristate "HID Accelerometers 3D"
144 help
145 Say yes here to build support for the HID SENSOR
146 accelerometers 3D.
147
148 To compile this driver as a module, choose M here: the
149 module will be called hid-sensor-accel-3d.
150
151config IIO_CROS_EC_ACCEL_LEGACY
152 tristate "ChromeOS EC Legacy Accelerometer Sensor"
153 select IIO_BUFFER
154 select IIO_TRIGGERED_BUFFER
155 select CROS_EC_LPC_REGISTER_DEVICE
156 help
157 Say yes here to get support for accelerometers on Chromebook using
158 legacy EC firmware.
159 Sensor data is retrieved through IO memory.
160 Newer devices should use IIO_CROS_EC_SENSORS.
161
151config IIO_ST_ACCEL_3AXIS
152 tristate "STMicroelectronics accelerometers 3-Axis Driver"
153 depends on (I2C || SPI_MASTER) && SYSFS
154 depends on !SENSORS_LIS3_I2C
155 depends on !SENSORS_LIS3_SPI
156 select IIO_ST_SENSORS_CORE
157 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
158 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)

--- 218 unchanged lines hidden ---
162config IIO_ST_ACCEL_3AXIS
163 tristate "STMicroelectronics accelerometers 3-Axis Driver"
164 depends on (I2C || SPI_MASTER) && SYSFS
165 depends on !SENSORS_LIS3_I2C
166 depends on !SENSORS_LIS3_SPI
167 select IIO_ST_SENSORS_CORE
168 select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
169 select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)

--- 218 unchanged lines hidden ---