Kconfig 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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 BMA220
  17. tristate "Bosch BMA220 3-Axis Accelerometer Driver"
  18. depends on SPI
  19. select IIO_BUFFER
  20. select IIO_TRIGGERED_BUFFER
  21. help
  22. Say yes here to add support for the Bosch BMA220 triaxial
  23. acceleration sensor.
  24. To compile this driver as a module, choose M here: the
  25. module will be called bma220_spi.
  26. config BMC150_ACCEL
  27. tristate "Bosch BMC150 Accelerometer Driver"
  28. select IIO_BUFFER
  29. select IIO_TRIGGERED_BUFFER
  30. select REGMAP
  31. select BMC150_ACCEL_I2C if I2C
  32. select BMC150_ACCEL_SPI if SPI
  33. help
  34. Say yes here to build support for the following Bosch accelerometers:
  35. BMC150, BMI055, BMA250E, BMA222E, BMA255, BMA280.
  36. This is a combo module with both accelerometer and magnetometer.
  37. This driver is only implementing accelerometer part, which has
  38. its own address and register map.
  39. config BMC150_ACCEL_I2C
  40. tristate
  41. select REGMAP_I2C
  42. config BMC150_ACCEL_SPI
  43. tristate
  44. select REGMAP_SPI
  45. config DMARD06
  46. tristate "Domintech DMARD06 Digital Accelerometer Driver"
  47. depends on OF || COMPILE_TEST
  48. depends on I2C
  49. help
  50. Say yes here to build support for the Domintech low-g tri-axial
  51. digital accelerometers: DMARD05, DMARD06, DMARD07.
  52. To compile this driver as a module, choose M here: the
  53. module will be called dmard06.
  54. config DMARD09
  55. tristate "Domintech DMARD09 3-axis Accelerometer Driver"
  56. depends on I2C
  57. help
  58. Say yes here to get support for the Domintech DMARD09 3-axis
  59. accelerometer.
  60. Choosing M will build the driver as a module. If so, the module
  61. will be called dmard09.
  62. config HID_SENSOR_ACCEL_3D
  63. depends on HID_SENSOR_HUB
  64. select IIO_BUFFER
  65. select IIO_TRIGGERED_BUFFER
  66. select HID_SENSOR_IIO_COMMON
  67. select HID_SENSOR_IIO_TRIGGER
  68. tristate "HID Accelerometers 3D"
  69. help
  70. Say yes here to build support for the HID SENSOR
  71. accelerometers 3D.
  72. To compile this driver as a module, choose M here: the
  73. module will be called hid-sensor-accel-3d.
  74. config IIO_ST_ACCEL_3AXIS
  75. tristate "STMicroelectronics accelerometers 3-Axis Driver"
  76. depends on (I2C || SPI_MASTER) && SYSFS
  77. select IIO_ST_SENSORS_CORE
  78. select IIO_ST_ACCEL_I2C_3AXIS if (I2C)
  79. select IIO_ST_ACCEL_SPI_3AXIS if (SPI_MASTER)
  80. select IIO_TRIGGERED_BUFFER if (IIO_BUFFER)
  81. help
  82. Say yes here to build support for STMicroelectronics accelerometers:
  83. LSM303DLH, LSM303DLHC, LIS3DH, LSM330D, LSM330DL, LSM330DLC,
  84. LIS331DLH, LSM303DL, LSM303DLM, LSM330, LIS2DH12, H3LIS331DL.
  85. This driver can also be built as a module. If so, these modules
  86. will be created:
  87. - st_accel (core functions for the driver [it is mandatory]);
  88. - st_accel_i2c (necessary for the I2C devices [optional*]);
  89. - st_accel_spi (necessary for the SPI devices [optional*]);
  90. (*) one of these is necessary to do something.
  91. config IIO_ST_ACCEL_I2C_3AXIS
  92. tristate
  93. depends on IIO_ST_ACCEL_3AXIS
  94. depends on IIO_ST_SENSORS_I2C
  95. config IIO_ST_ACCEL_SPI_3AXIS
  96. tristate
  97. depends on IIO_ST_ACCEL_3AXIS
  98. depends on IIO_ST_SENSORS_SPI
  99. config KXSD9
  100. tristate "Kionix KXSD9 Accelerometer Driver"
  101. select IIO_BUFFER
  102. select IIO_TRIGGERED_BUFFER
  103. help
  104. Say yes here to build support for the Kionix KXSD9 accelerometer.
  105. It can be accessed using an (optional) SPI or I2C interface.
  106. To compile this driver as a module, choose M here: the module
  107. will be called kxsd9.
  108. config KXSD9_SPI
  109. tristate "Kionix KXSD9 SPI transport"
  110. depends on KXSD9
  111. depends on SPI
  112. default KXSD9
  113. select REGMAP_SPI
  114. help
  115. Say yes here to enable the Kionix KXSD9 accelerometer
  116. SPI transport channel.
  117. config KXSD9_I2C
  118. tristate "Kionix KXSD9 I2C transport"
  119. depends on KXSD9
  120. depends on I2C
  121. default KXSD9
  122. select REGMAP_I2C
  123. help
  124. Say yes here to enable the Kionix KXSD9 accelerometer
  125. I2C transport channel.
  126. config KXCJK1013
  127. tristate "Kionix 3-Axis Accelerometer Driver"
  128. depends on I2C
  129. select IIO_BUFFER
  130. select IIO_TRIGGERED_BUFFER
  131. help
  132. Say Y here if you want to build a driver for the Kionix KXCJK-1013
  133. triaxial acceleration sensor. This driver also supports KXCJ9-1008
  134. and KXTJ2-1009.
  135. To compile this driver as a module, choose M here: the module will
  136. be called kxcjk-1013.
  137. config MC3230
  138. tristate "mCube MC3230 Digital Accelerometer Driver"
  139. depends on I2C
  140. help
  141. Say yes here to build support for the mCube MC3230 low-g tri-axial
  142. digital accelerometer.
  143. To compile this driver as a module, choose M here: the
  144. module will be called mc3230.
  145. config MMA7455
  146. tristate
  147. select IIO_BUFFER
  148. select IIO_TRIGGERED_BUFFER
  149. config MMA7455_I2C
  150. tristate "Freescale MMA7455L/MMA7456L Accelerometer I2C Driver"
  151. depends on I2C
  152. select MMA7455
  153. select REGMAP_I2C
  154. help
  155. Say yes here to build support for the Freescale MMA7455L and
  156. MMA7456L 3-axis accelerometer.
  157. To compile this driver as a module, choose M here: the module
  158. will be called mma7455_i2c.
  159. config MMA7455_SPI
  160. tristate "Freescale MMA7455L/MMA7456L Accelerometer SPI Driver"
  161. depends on SPI_MASTER
  162. select MMA7455
  163. select REGMAP_SPI
  164. help
  165. Say yes here to build support for the Freescale MMA7455L and
  166. MMA7456L 3-axis accelerometer.
  167. To compile this driver as a module, choose M here: the module
  168. will be called mma7455_spi.
  169. config MMA7660
  170. tristate "Freescale MMA7660FC 3-Axis Accelerometer Driver"
  171. depends on I2C
  172. help
  173. Say yes here to get support for the Freescale MMA7660FC 3-Axis
  174. accelerometer.
  175. Choosing M will build the driver as a module. If so, the module
  176. will be called mma7660.
  177. config MMA8452
  178. tristate "Freescale / NXP MMA8452Q and similar Accelerometers Driver"
  179. depends on I2C
  180. select IIO_BUFFER
  181. select IIO_TRIGGERED_BUFFER
  182. help
  183. Say yes here to build support for the following Freescale / NXP 3-axis
  184. accelerometers: MMA8451Q, MMA8452Q, MMA8453Q, MMA8652FC, MMA8653FC,
  185. FXLS8471Q.
  186. To compile this driver as a module, choose M here: the module
  187. will be called mma8452.
  188. config MMA9551_CORE
  189. tristate
  190. config MMA9551
  191. tristate "Freescale MMA9551L Intelligent Motion-Sensing Platform Driver"
  192. depends on I2C
  193. select MMA9551_CORE
  194. help
  195. Say yes here to build support for the Freescale MMA9551L
  196. Intelligent Motion-Sensing Platform Driver.
  197. To compile this driver as a module, choose M here: the module
  198. will be called mma9551.
  199. config MMA9553
  200. tristate "Freescale MMA9553L Intelligent Pedometer Platform Driver"
  201. depends on I2C
  202. select MMA9551_CORE
  203. help
  204. Say yes here to build support for the Freescale MMA9553L
  205. Intelligent Pedometer Platform Driver.
  206. To compile this driver as a module, choose M here: the module
  207. will be called mma9553.
  208. config MXC4005
  209. tristate "Memsic MXC4005XC 3-Axis Accelerometer Driver"
  210. depends on I2C
  211. select IIO_BUFFER
  212. select IIO_TRIGGERED_BUFFER
  213. select REGMAP_I2C
  214. help
  215. Say yes here to build support for the Memsic MXC4005XC 3-axis
  216. accelerometer.
  217. To compile this driver as a module, choose M. The module will be
  218. called mxc4005.
  219. config MXC6255
  220. tristate "Memsic MXC6255 Orientation Sensing Accelerometer Driver"
  221. depends on I2C
  222. select REGMAP_I2C
  223. help
  224. Say yes here to build support for the Memsic MXC6255 Orientation
  225. Sensing Accelerometer Driver.
  226. To compile this driver as a module, choose M here: the module will be
  227. called mxc6255.
  228. config STK8312
  229. tristate "Sensortek STK8312 3-Axis Accelerometer Driver"
  230. depends on I2C
  231. select IIO_BUFFER
  232. select IIO_TRIGGERED_BUFFER
  233. help
  234. Say yes here to get support for the Sensortek STK8312 3-axis
  235. accelerometer.
  236. Choosing M will build the driver as a module. If so, the module
  237. will be called stk8312.
  238. config STK8BA50
  239. tristate "Sensortek STK8BA50 3-Axis Accelerometer Driver"
  240. depends on I2C
  241. select IIO_BUFFER
  242. select IIO_TRIGGERED_BUFFER
  243. help
  244. Say yes here to get support for the Sensortek STK8BA50 3-axis
  245. accelerometer.
  246. Choosing M will build the driver as a module. If so, the module
  247. will be called stk8ba50.
  248. endmenu