Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. #
  2. # sensor drivers configuration
  3. #
  4. config SENSORS_SYSFS
  5. tristate "Sensors sysfs"
  6. help
  7. Support sysfs for sensors.
  8. If you say yes here you get sysfs support for
  9. sensor factory test.
  10. To compile this driver as a module, choose M here: the
  11. module will be called sensors_core.
  12. config SENSORS_SSP
  13. tristate "Sensors ssp"
  14. default n
  15. depends on SPI
  16. help
  17. ssp driver for sensor hub.
  18. If you say yes here you get ssp support for
  19. sensor hub.
  20. To compile this driver as a module, choose M here: the
  21. module will be called ssp.
  22. config SENSORS_SSP_AK8963C
  23. tristate "Sensors ssp ak8963c"
  24. default n
  25. depends on SPI
  26. help
  27. ak8963c file for factory test in ssp driver.
  28. If you say yes here you get ak8963c support for
  29. factory test.
  30. To compile this driver as a module, choose M here: the
  31. module will be called ssp.
  32. config SENSORS_SSP_AK09911
  33. tristate "Sensors ssp ak09911"
  34. default n
  35. depends on SPI
  36. help
  37. ak09911 file for factory test and doeplus in ssp driver.
  38. If you say yes here you get ak09911 support for
  39. factory test.
  40. To compile this driver as a module, choose M here: the
  41. module will be called ssp.
  42. config SENSORS_SSP_YAS532
  43. tristate "Sensors ssp yas532"
  44. default n
  45. depends on SPI
  46. help
  47. yas532 file for factory test in ssp driver.
  48. If you say yes here you get yas532 support for
  49. factory test.
  50. To compile this driver as a module, choose M here: the
  51. module will be called ssp.
  52. config SENSORS_SSP_ACCELEROMETER_POSITION
  53. int "Accelerometer Sensor Mounting Position on Board"
  54. depends on SENSORS_SSP
  55. default "0"
  56. help
  57. X Y Z axis position.
  58. 0: X, Y, Z
  59. 1: Y,-X, Z
  60. 2: -X,-Y, Z
  61. 3: -Y, X, Z
  62. 4: -X, Y,-Z
  63. 5: Y, X,-Z
  64. 6: X,-Y,-Z
  65. 7: -Y,-X,-Z
  66. config SENSORS_SSP_GYROSCOPE_POSITION
  67. int "Gyroscope Sensor Mounting Position on Board"
  68. depends on SENSORS_SSP
  69. default "0"
  70. help
  71. X Y Z axis position.
  72. 0: X, Y, Z
  73. 1: Y,-X, Z
  74. 2: -X,-Y, Z
  75. 3: -Y, X, Z
  76. 4: -X, Y,-Z
  77. 5: Y, X,-Z
  78. 6: X,-Y,-Z
  79. 7: -Y,-X,-Z
  80. config SENSORS_SSP_MAGNETOMETER_POSITION
  81. int "Geomagnetic Sensor Mounting Position on Board"
  82. depends on SENSORS_SSP
  83. default "0"
  84. help
  85. X Y Z axis position.
  86. 0: X, Y, Z
  87. 1: Y,-X, Z
  88. 2: -X,-Y, Z
  89. 3: -Y, X, Z
  90. 4: -X, Y,-Z
  91. 5: Y, X,-Z
  92. 6: X,-Y,-Z
  93. 7: -Y,-X,-Z
  94. config SENSORS_SSP_SENSORHUB
  95. tristate "Sensors ssp sensorhub"
  96. default n
  97. depends on SPI
  98. help
  99. ssp sensor hub driver for sensor hub.
  100. If you say yes here you get ssp support for
  101. sensor hub.
  102. To compile this driver as a module, choose M here: the
  103. module will be called ssp.
  104. config SENSORS_SSP_FACTORY
  105. tristate "ssp factory"
  106. depends on SENSORS_SSP
  107. default n
  108. help
  109. ssp sensor hub driver for factory test.
  110. If you say yes here you can enable fatory drvier for
  111. factory test.
  112. To compile this driver as a module, choose M here: the
  113. module will be called ssp.
  114. config SENSORS_SSP_C12SD
  115. tristate "Sensors ssp C12SD"
  116. default n
  117. depends on SENSORS_SSP
  118. help
  119. This is for GUVA_C12SD UV Sensor
  120. device driver.
  121. GUVA_C12SD is made by Genicom.
  122. If you say yes here you get c12sd support.
  123. If you say no here c12sd will not be supported.
  124. config SENSORS_AD7146
  125. tristate "ANALOG DEVICES AD7146 Multi-Proximity Sensor"
  126. default n
  127. depends on I2C && SYSFS
  128. help
  129. If you say yes here you get support for the AD7146
  130. multi proximity sensor.
  131. This driver can also be built as a module. If so, the module
  132. will be called ad7146.
  133. config SENSORS_MAX86900
  134. tristate "MAXIM MAX86900 HRM Sensor"
  135. default n
  136. depends on I2C && SYSFS
  137. help
  138. If you say yes here you get support for the MAX86900
  139. HRM sensor.
  140. This driver can also be built as a module. If so, the module
  141. will be called max86900.
  142. config SENSORS_SSP_BOUNCE_FIRMWARE
  143. tristate "Sensors ssp BOUNCE_FIRMWARE"
  144. default n
  145. depends on SENSORS_SSP_STM
  146. help
  147. This is for Bounce firmware support.
  148. If you say yes here you get bounce firmware support.
  149. If you say no here bounce firmware will not be supported.
  150. source "drivers/sensorhub/stm/factory/Kconfig"