Kconfig (31fd2c70b26d1fb803283c0488e3f84a2de1f329) | Kconfig (5170512cf6a17373b3a8bb63187a6e90ddf7c1ca) |
---|---|
1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config ADXL345 | 1# 2# Accelerometer drivers 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Accelerometers" 7 8config ADXL345 |
9 tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer Driver" 10 depends on !(INPUT_ADXL34X=y || INPUT_ADXL34X=m) | 9 tristate 10 11config ADXL345_I2C 12 tristate "Analog Devices ADXL345 3-Axis Digital Accelerometer I2C Driver" 13 depends on INPUT_ADXL34X=n |
11 depends on I2C | 14 depends on I2C |
15 select ADXL345 |
|
12 select REGMAP_I2C 13 help 14 Say Y here if you want to build support for the Analog Devices 15 ADXL345 3-axis digital accelerometer. 16 | 16 select REGMAP_I2C 17 help 18 Say Y here if you want to build support for the Analog Devices 19 ADXL345 3-axis digital accelerometer. 20 |
17 To compile this driver as a module, choose M here: the 18 module will be called adxl345. | 21 To compile this driver as a module, choose M here: the module 22 will be called adxl345_i2c and you will also get adxl345_core 23 for the core module. |
19 20config BMA180 21 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver" 22 depends on I2C 23 select IIO_BUFFER 24 select IIO_TRIGGERED_BUFFER 25 help 26 Say Y here if you want to build a driver for the Bosch BMA180 or --- 331 unchanged lines hidden --- | 24 25config BMA180 26 tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver" 27 depends on I2C 28 select IIO_BUFFER 29 select IIO_TRIGGERED_BUFFER 30 help 31 Say Y here if you want to build a driver for the Bosch BMA180 or --- 331 unchanged lines hidden --- |