Kconfig 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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 I2C
  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 I2C
  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_YAS532
  33. tristate "Sensors ssp yas532"
  34. default n
  35. depends on I2C
  36. help
  37. yas532 file for factory test in ssp driver.
  38. If you say yes here you get yas532 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_ACCELEROMETER_POSITION
  43. int "Accelerometer Sensor Mounting Position on Board"
  44. depends on SENSORS_SSP
  45. default "0"
  46. help
  47. X Y Z axis position.
  48. 0: X, Y, Z
  49. 1: Y,-X, Z
  50. 2: -X,-Y, Z
  51. 3: -Y, X, Z
  52. 4: -X, Y,-Z
  53. 5: Y, X,-Z
  54. 6: X,-Y,-Z
  55. 7: -Y,-X,-Z
  56. config SENSORS_SSP_GYROSCOPE_POSITION
  57. int "Gyroscope Sensor Mounting Position on Board"
  58. depends on SENSORS_SSP
  59. default "0"
  60. help
  61. X Y Z axis position.
  62. 0: X, Y, Z
  63. 1: Y,-X, Z
  64. 2: -X,-Y, Z
  65. 3: -Y, X, Z
  66. 4: -X, Y,-Z
  67. 5: Y, X,-Z
  68. 6: X,-Y,-Z
  69. 7: -Y,-X,-Z
  70. config SENSORS_SSP_MAGNETOMETER_POSITION
  71. int "Geomagnetic Sensor Mounting Position on Board"
  72. depends on SENSORS_SSP
  73. default "0"
  74. help
  75. X Y Z axis position.
  76. 0: X, Y, Z
  77. 1: Y,-X, Z
  78. 2: -X,-Y, Z
  79. 3: -Y, X, Z
  80. 4: -X, Y,-Z
  81. 5: Y, X,-Z
  82. 6: X,-Y,-Z
  83. 7: -Y,-X,-Z
  84. config SENSORS_SSP_SENSORHUB
  85. tristate "Sensors ssp sensorhub"
  86. default n
  87. depends on I2C
  88. help
  89. ssp sensor hub driver for sensor hub.
  90. If you say yes here you get ssp support for
  91. sensor hub.
  92. To compile this driver as a module, choose M here: the
  93. module will be called ssp.
  94. config SENSORS_SSP_FACTORY
  95. tristate "ssp factory"
  96. depends on SENSORS_SSP
  97. default n
  98. help
  99. ssp sensor hub driver for factory test.
  100. If you say yes here you can enable fatory drvier for
  101. factory test.
  102. To compile this driver as a module, choose M here: the
  103. module will be called ssp.
  104. config SENSORS_SSP_C12SD
  105. tristate "Sensors ssp C12SD"
  106. default n
  107. depends on SENSORS_SSP
  108. help
  109. This is for GUVA_C12SD UV Sensor
  110. device driver.
  111. GUVA_C12SD is made by Genicom.
  112. If you say yes here you get c12sd support.
  113. If you say no here c12sd will not be supported.
  114. source "drivers/sensorhub/atmel/factory/Kconfig"