mr1989

Untitled

May 13th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. config INPUT_ADXL34X
  2. tristate "Analog Devices ADXL34x Three-Axis Digital Accelerometer"
  3. default y
  4. help
  5. Say Y here if you have a Accelerometer interface using the
  6. ADXL345/6 controller, and your board-specific initialization
  7. code includes that in its table of devices.
  8.  
  9. This driver can use either I2C or SPI communication to the
  10. ADXL345/6 controller. Select the appropriate method for
  11. your system.
  12.  
  13. If unsure, say N (but it's safe to say "Y").
  14.  
  15. To compile this driver as a module, choose M here: the
  16. module will be called adxl34x.
  17.  
  18. config INPUT_ADXL34X_I2C
  19. tristate "support I2C bus connection"
  20. depends on INPUT_ADXL34X && I2C
  21. default y
  22. help
  23. Say Y here if you have ADXL345/6 hooked to an I2C bus.
  24.  
  25. To compile this driver as a module, choose M here: the
  26. module will be called adxl34x-i2c.
  27.  
  28. config INPUT_ADXL34X_SPI
  29. tristate "support SPI bus connection"
  30. depends on INPUT_ADXL34X && SPI
  31. default n
  32. help
  33. Say Y here if you have ADXL345/6 hooked to a SPI bus.
  34.  
  35. To compile this driver as a module, choose M here: the
  36. module will be called adxl34x-spi.
Add Comment
Please, Sign In to add comment