Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (c19ae6be7555abbee985d73372d0e78878a337f8) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Accelerometer drivers 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Accelerometers" 8 --- 143 unchanged lines hidden (view full) --- 152config BMC150_ACCEL_I2C 153 tristate 154 select REGMAP_I2C 155 156config BMC150_ACCEL_SPI 157 tristate 158 select REGMAP_SPI 159 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Accelerometer drivers 4# 5# When adding new entries keep the list in alphabetical order 6 7menu "Accelerometers" 8 --- 143 unchanged lines hidden (view full) --- 152config BMC150_ACCEL_I2C 153 tristate 154 select REGMAP_I2C 155 156config BMC150_ACCEL_SPI 157 tristate 158 select REGMAP_SPI 159 |
160config BMI088_ACCEL 161 tristate "Bosch BMI088 Accelerometer Driver" 162 depends on SPI 163 select IIO_BUFFER 164 select IIO_TRIGGERED_BUFFER 165 select REGMAP 166 select BMI088_ACCEL_SPI 167 help 168 Say yes here to build support for the Bosch BMI088 accelerometer. 169 170 This is a combo module with both accelerometer and gyroscope. This 171 driver only implements the accelerometer part, which has its own 172 address and register map. BMG160 provides the gyroscope driver. 173 174config BMI088_ACCEL_SPI 175 tristate 176 select REGMAP_SPI 177 |
|
160config DA280 161 tristate "MiraMEMS DA280 3-axis 14-bit digital accelerometer driver" 162 depends on I2C 163 help 164 Say yes here to build support for the MiraMEMS DA280 3-axis 14-bit 165 digital accelerometer. 166 167 To compile this driver as a module, choose M here: the --- 292 unchanged lines hidden --- | 178config DA280 179 tristate "MiraMEMS DA280 3-axis 14-bit digital accelerometer driver" 180 depends on I2C 181 help 182 Say yes here to build support for the MiraMEMS DA280 3-axis 14-bit 183 digital accelerometer. 184 185 To compile this driver as a module, choose M here: the --- 292 unchanged lines hidden --- |