Kconfig (5e2aa2ed08e2e280121dc7cf5609c87d464f12ef) | Kconfig (bd7fe5b7191836a229981fdd83845a528ee9f846) |
---|---|
1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 9 tristate "Bosch BMA180 3-Axis Accelerometer Driver" 10 depends on I2C 11 select IIO_BUFFER 12 select IIO_TRIGGERED_BUFFER 13 help 14 Say Y here if you want to build a driver for the Bosch BMA180 15 triaxial acceleration sensor. 16 17 To compile this driver as a module, choose M here: the 18 module will be called bma180. 19 | 1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config BMA180 9 tristate "Bosch BMA180 3-Axis Accelerometer Driver" 10 depends on I2C 11 select IIO_BUFFER 12 select IIO_TRIGGERED_BUFFER 13 help 14 Say Y here if you want to build a driver for the Bosch BMA180 15 triaxial acceleration sensor. 16 17 To compile this driver as a module, choose M here: the 18 module will be called bma180. 19 |
20config BMC150_ACCEL 21 tristate "Bosch BMC150 Accelerometer Driver" 22 depends on I2C 23 select IIO_BUFFER 24 select IIO_TRIGGERED_BUFFER 25 help 26 Say yes here to build support for the Bosch BMC150 accelerometer. 27 Currently this only supports the device via an i2c interface. 28 29 This is a combo module with both accelerometer and magnetometer. 30 This driver is only implementing accelerometer part, which has 31 its own address and register map. 32 |
|
20config HID_SENSOR_ACCEL_3D 21 depends on HID_SENSOR_HUB 22 select IIO_BUFFER 23 select IIO_TRIGGERED_BUFFER 24 select HID_SENSOR_IIO_COMMON 25 select HID_SENSOR_IIO_TRIGGER 26 tristate "HID Accelerometers 3D" 27 help --- 44 unchanged lines hidden (view full) --- 72 select IIO_TRIGGERED_BUFFER 73 help 74 Say yes here to build support for the Freescale MMA8452Q 3-axis 75 accelerometer. 76 77 To compile this driver as a module, choose M here: the module 78 will be called mma8452. 79 | 33config HID_SENSOR_ACCEL_3D 34 depends on HID_SENSOR_HUB 35 select IIO_BUFFER 36 select IIO_TRIGGERED_BUFFER 37 select HID_SENSOR_IIO_COMMON 38 select HID_SENSOR_IIO_TRIGGER 39 tristate "HID Accelerometers 3D" 40 help --- 44 unchanged lines hidden (view full) --- 85 select IIO_TRIGGERED_BUFFER 86 help 87 Say yes here to build support for the Freescale MMA8452Q 3-axis 88 accelerometer. 89 90 To compile this driver as a module, choose M here: the module 91 will be called mma8452. 92 |
93config KXCJK1013 94 tristate "Kionix 3-Axis Accelerometer Driver" 95 depends on I2C 96 select IIO_BUFFER 97 select IIO_TRIGGERED_BUFFER 98 help 99 Say Y here if you want to build a driver for the Kionix KXCJK-1013 100 triaxial acceleration sensor. 101 102 To compile this driver as a module, choose M here: the module will 103 be called kxcjk-1013. 104 |
|
80endmenu | 105endmenu |