Kconfig 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. #
  2. # Accelerometer drivers
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Accelerometers"
  6. config BMA180
  7. tristate "Bosch BMA180/BMA250 3-Axis Accelerometer Driver"
  8. depends on I2C
  9. select IIO_BUFFER
  10. select IIO_TRIGGERED_BUFFER
  11. help
  12. Say Y here if you want to build a driver for the Bosch BMA180 or
  13. BMA250 triaxial acceleration sensor.
  14. To compile this driver as a module, choose M here: the
  15. module will be called bma180.
  16. config BMC150_ACCEL
  17. tristate "Bosch BMC150 Accelerometer Driver"
  18. depends on I2C
  19. select IIO_BUFFER
  20. select IIO_TRIGGERED_BUFFER
  21. help
  22. Say yes here to build support for the following Bosch accelerometers:
  23. BMC150, BMI055, BMA250E, BMA222E, BMA255, BMA280.
  24. Currently this only supports the device via an i2c interface.
  25. This is a combo module with both accelerometer and magnetometer.
  26. This driver is only implementing accelerometer part, which has
  27. its own address and register map.
  28. config HID_SENSOR_ACCEL_3D
  29. depends on HID_SENSOR_HUB
  30. select IIO_BUFFER
  31. select IIO_TRIGGERED_BUFFER
  32. select HID_SENSOR_IIO_COMMON
  33. select HID_SENSOR_IIO_TRIGGER
  34. tristate "HID Accelerometers 3D"
  35. help
  36. Say yes here to build support for the HID SENSOR
  37. accelerometers 3D.
  38. To compile this driver as a module, choose M here: the
  39. module will be called hid-sensor-accel-3d.
  40. config IIO_ST_ACCEL_3AXIS
  41. tristate "STMicroelectronics accelerometers 3-Axis Driver"
  42. depends on (I2C || SPI_MASTER) && SYSFS
  43. select IIO_ST_SENSORS_CORE
  44. select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
  45. select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
  46. select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
  47. help
  48. Say yes here to build support for STMicroelectronics accelerometers:
  49. LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
  50. LIS331DLH, LSM303DL, LSM303DLM, LSM330.
  51. This driver can also be built as a module. If so, these modules
  52. will be created:
  53. - st_accel (core functions for the driver [it is mandatory]);
  54. - st_accel_i2c (necessary for the I2C devices [optional*]);
  55. - st_accel_spi (necessary for the SPI devices [optional*]);
  56. (*) one of these is necessary to do something.
  57. config IIO_ST_ACCEL_I2C_3AXIS
  58. tristate
  59. depends on IIO_ST_ACCEL_3AXIS
  60. depends on IIO_ST_SENSORS_I2C
  61. config IIO_ST_ACCEL_SPI_3AXIS
  62. tristate
  63. depends on IIO_ST_ACCEL_3AXIS
  64. depends on IIO_ST_SENSORS_SPI
  65. config KXSD9
  66. tristate "Kionix KXSD9 Accelerometer Driver"
  67. depends on SPI
  68. help
  69. Say yes here to build support for the Kionix KXSD9 accelerometer.
  70. Currently this only supports the device via an SPI interface.
  71. To compile this driver as a module, choose M here: the module
  72. will be called kxsd9.
  73. config MMA8452
  74. tristate "Freescale MMA8452Q Accelerometer Driver"
  75. depends on I2C
  76. select IIO_BUFFER
  77. select IIO_TRIGGERED_BUFFER
  78. help
  79. Say yes here to build support for the Freescale MMA8452Q 3-axis
  80. accelerometer.
  81. To compile this driver as a module, choose M here: the module
  82. will be called mma8452.
  83. config KXCJK1013
  84. tristate "Kionix 3-Axis Accelerometer Driver"
  85. depends on I2C
  86. select IIO_BUFFER
  87. select IIO_TRIGGERED_BUFFER
  88. help
  89. Say Y here if you want to build a driver for the Kionix KXCJK-1013
  90. triaxial acceleration sensor. This driver also supports KXCJ9-1008
  91. and KXTJ2-1009.
  92. To compile this driver as a module, choose M here: the module will
  93. be called kxcjk-1013.
  94. config MMA9551_CORE
  95. tristate
  96. config MMA9551
  97. tristate "Freescale MMA9551L Intelligent Motion-Sensing Platform Driver"
  98. depends on I2C
  99. select MMA9551_CORE
  100. help
  101. Say yes here to build support for the Freescale MMA9551L
  102. Intelligent Motion-Sensing Platform Driver.
  103. To compile this driver as a module, choose M here: the module
  104. will be called mma9551.
  105. config MMA9553
  106. tristate "Freescale MMA9553L Intelligent Pedometer Platform Driver"
  107. depends on I2C
  108. select MMA9551_CORE
  109. help
  110. Say yes here to build support for the Freescale MMA9553L
  111. Intelligent Pedometer Platform Driver.
  112. To compile this driver as a module, choose M here: the module
  113. will be called mma9553.
  114. config STK8312
  115. tristate "Sensortek STK8312 3-Axis Accelerometer Driver"
  116. depends on I2C
  117. help
  118. Say yes here to get support for the Sensortek STK8312 3-axis
  119. accelerometer.
  120. Choosing M will build the driver as a module. If so, the module
  121. will be called stk8312.
  122. config STK8BA50
  123. tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver"
  124. depends on I2C
  125. help
  126. Say yes here to get support for the Sensortek STK8BA50 3-axis
  127. accelerometer.
  128. Choosing M will build the driver as a module. If so, the module
  129. will be called stk8ba50.
  130. endmenu