Kconfig (55637c38377a301cd0768cee73021e43d05de543) | Kconfig (f9ab96e212808123fbd9072d580a59194e5cd410) |
---|---|
1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 --- 9 unchanged lines hidden (view full) --- 18 module will be called bma180. 19 20config BMC150_ACCEL 21 tristate "Bosch BMC150 Accelerometer Driver" 22 select IIO_BUFFER 23 select IIO_TRIGGERED_BUFFER 24 select REGMAP 25 select BMC150_ACCEL_I2C if I2C | 1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 --- 9 unchanged lines hidden (view full) --- 18 module will be called bma180. 19 20config BMC150_ACCEL 21 tristate "Bosch BMC150 Accelerometer Driver" 22 select IIO_BUFFER 23 select IIO_TRIGGERED_BUFFER 24 select REGMAP 25 select BMC150_ACCEL_I2C if I2C |
26 select BMC150_ACCEL_SPI if SPI |
|
26 help 27 Say yes here to build support for the following Bosch accelerometers: 28 BMC150, BMI055, BMA250E, BMA222E, BMA255, BMA280. 29 30 This is a combo module with both accelerometer and magnetometer. 31 This driver is only implementing accelerometer part, which has 32 its own address and register map. 33 34config BMC150_ACCEL_I2C 35 tristate 36 select REGMAP_I2C 37 | 27 help 28 Say yes here to build support for the following Bosch accelerometers: 29 BMC150, BMI055, BMA250E, BMA222E, BMA255, BMA280. 30 31 This is a combo module with both accelerometer and magnetometer. 32 This driver is only implementing accelerometer part, which has 33 its own address and register map. 34 35config BMC150_ACCEL_I2C 36 tristate 37 select REGMAP_I2C 38 |
39config BMC150_ACCEL_SPI 40 tristate 41 select REGMAP_SPI 42 |
|
38config HID_SENSOR_ACCEL_3D 39 depends on HID_SENSOR_HUB 40 select IIO_BUFFER 41 select IIO_TRIGGERED_BUFFER 42 select HID_SENSOR_IIO_COMMON 43 select HID_SENSOR_IIO_TRIGGER 44 tristate "HID Accelerometers 3D" 45 help --- 133 unchanged lines hidden --- | 43config HID_SENSOR_ACCEL_3D 44 depends on HID_SENSOR_HUB 45 select IIO_BUFFER 46 select IIO_TRIGGERED_BUFFER 47 select HID_SENSOR_IIO_COMMON 48 select HID_SENSOR_IIO_TRIGGER 49 tristate "HID Accelerometers 3D" 50 help --- 133 unchanged lines hidden --- |