Kconfig 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. #
  2. # Light sensors
  3. #
  4. # When adding new entries keep the list in alphabetical order
  5. menu "Light sensors"
  6. config ACPI_ALS
  7. tristate "ACPI Ambient Light Sensor"
  8. depends on ACPI
  9. select IIO_BUFFER
  10. select IIO_TRIGGERED_BUFFER
  11. select IIO_KFIFO_BUF
  12. help
  13. Say Y here if you want to build a driver for the ACPI0008
  14. Ambient Light Sensor.
  15. To compile this driver as a module, choose M here: the module will
  16. be called acpi-als.
  17. config ADJD_S311
  18. tristate "ADJD-S311-CR999 digital color sensor"
  19. select IIO_BUFFER
  20. select IIO_TRIGGERED_BUFFER
  21. depends on I2C
  22. help
  23. If you say yes here you get support for the Avago ADJD-S311-CR999
  24. digital color light sensor.
  25. This driver can also be built as a module. If so, the module
  26. will be called adjd_s311.
  27. config AL3320A
  28. tristate "AL3320A ambient light sensor"
  29. depends on I2C
  30. help
  31. Say Y here if you want to build a driver for the Dyna Image AL3320A
  32. ambient light sensor.
  33. To compile this driver as a module, choose M here: the
  34. module will be called al3320a.
  35. config APDS9300
  36. tristate "APDS9300 ambient light sensor"
  37. depends on I2C
  38. help
  39. Say Y here if you want to build a driver for the Avago APDS9300
  40. ambient light sensor.
  41. To compile this driver as a module, choose M here: the
  42. module will be called apds9300.
  43. config APDS9960
  44. tristate "Avago APDS9960 gesture/RGB/ALS/proximity sensor"
  45. select REGMAP_I2C
  46. select IIO_BUFFER
  47. select IIO_KFIFO_BUF
  48. depends on I2C
  49. help
  50. Say Y here to build I2C interface support for the Avago
  51. APDS9960 gesture/RGB/ALS/proximity sensor.
  52. To compile this driver as a module, choose M here: the
  53. module will be called apds9960
  54. config BH1750
  55. tristate "ROHM BH1750 ambient light sensor"
  56. depends on I2C
  57. help
  58. Say Y here to build support for the ROHM BH1710, BH1715, BH1721,
  59. BH1750, BH1751 ambient light sensors.
  60. To compile this driver as a module, choose M here: the module will
  61. be called bh1750.
  62. config BH1780
  63. tristate "ROHM BH1780 ambient light sensor"
  64. depends on I2C
  65. help
  66. Say Y here to build support for the ROHM BH1780GLI ambient
  67. light sensor.
  68. To compile this driver as a module, choose M here: the module will
  69. be called bh1780.
  70. config CM32181
  71. depends on I2C
  72. tristate "CM32181 driver"
  73. help
  74. Say Y here if you use cm32181.
  75. This option enables ambient light sensor using
  76. Capella cm32181 device driver.
  77. To compile this driver as a module, choose M here:
  78. the module will be called cm32181.
  79. config CM3232
  80. depends on I2C
  81. tristate "CM3232 ambient light sensor"
  82. help
  83. Say Y here if you use cm3232.
  84. This option enables ambient light sensor using
  85. Capella Microsystems cm3232 device driver.
  86. To compile this driver as a module, choose M here:
  87. the module will be called cm3232.
  88. config CM3323
  89. depends on I2C
  90. tristate "Capella CM3323 color light sensor"
  91. help
  92. Say Y here if you want to build a driver for Capella CM3323
  93. color sensor.
  94. To compile this driver as a module, choose M here: the module will
  95. be called cm3323.
  96. config CM36651
  97. depends on I2C
  98. tristate "CM36651 driver"
  99. help
  100. Say Y here if you use cm36651.
  101. This option enables proximity & RGB sensor using
  102. Capella cm36651 device driver.
  103. To compile this driver as a module, choose M here:
  104. the module will be called cm36651.
  105. config GP2AP020A00F
  106. tristate "Sharp GP2AP020A00F Proximity/ALS sensor"
  107. depends on I2C
  108. select REGMAP_I2C
  109. select IIO_BUFFER
  110. select IIO_TRIGGERED_BUFFER
  111. select IRQ_WORK
  112. help
  113. Say Y here if you have a Sharp GP2AP020A00F proximity/ALS combo-chip
  114. hooked to an I2C bus.
  115. To compile this driver as a module, choose M here: the
  116. module will be called gp2ap020a00f.
  117. config ISL29125
  118. tristate "Intersil ISL29125 digital color light sensor"
  119. depends on I2C
  120. select IIO_BUFFER
  121. select IIO_TRIGGERED_BUFFER
  122. help
  123. Say Y here if you want to build a driver for the Intersil ISL29125
  124. RGB light sensor for I2C.
  125. To compile this driver as a module, choose M here: the module will be
  126. called isl29125.
  127. config HID_SENSOR_ALS
  128. depends on HID_SENSOR_HUB
  129. select IIO_BUFFER
  130. select IIO_TRIGGERED_BUFFER
  131. select HID_SENSOR_IIO_COMMON
  132. select HID_SENSOR_IIO_TRIGGER
  133. tristate "HID ALS"
  134. help
  135. Say yes here to build support for the HID SENSOR
  136. Ambient light sensor.
  137. To compile this driver as a module, choose M here: the
  138. module will be called hid-sensor-als.
  139. config HID_SENSOR_PROX
  140. depends on HID_SENSOR_HUB
  141. select IIO_BUFFER
  142. select IIO_TRIGGERED_BUFFER
  143. select HID_SENSOR_IIO_COMMON
  144. select HID_SENSOR_IIO_TRIGGER
  145. tristate "HID PROX"
  146. help
  147. Say yes here to build support for the HID SENSOR
  148. Proximity sensor.
  149. To compile this driver as a module, choose M here: the
  150. module will be called hid-sensor-prox.
  151. config JSA1212
  152. tristate "JSA1212 ALS and proximity sensor driver"
  153. depends on I2C
  154. select REGMAP_I2C
  155. help
  156. Say Y here if you want to build a IIO driver for JSA1212
  157. proximity & ALS sensor device.
  158. To compile this driver as a module, choose M here:
  159. the module will be called jsa1212.
  160. config RPR0521
  161. tristate "ROHM RPR0521 ALS and proximity sensor driver"
  162. depends on I2C
  163. select REGMAP_I2C
  164. help
  165. Say Y here if you want to build support for ROHM's RPR0521
  166. ambient light and proximity sensor device.
  167. To compile this driver as a module, choose M here:
  168. the module will be called rpr0521.
  169. config SENSORS_LM3533
  170. tristate "LM3533 ambient light sensor"
  171. depends on MFD_LM3533
  172. help
  173. If you say yes here you get support for the ambient light sensor
  174. interface on National Semiconductor / TI LM3533 Lighting Power
  175. chips.
  176. The sensor interface can be used to control the LEDs and backlights
  177. of the chip through defining five light zones and three sets of
  178. corresponding output-current values.
  179. The driver provides raw and mean adc readings along with the current
  180. light zone through sysfs. A threshold event can be generated on zone
  181. changes. The ALS-control output values can be set per zone for the
  182. three current output channels.
  183. config LTR501
  184. tristate "LTR-501ALS-01 light sensor"
  185. depends on I2C
  186. select REGMAP_I2C
  187. select IIO_BUFFER
  188. select IIO_TRIGGERED_BUFFER
  189. help
  190. If you say yes here you get support for the Lite-On LTR-501ALS-01
  191. ambient light and proximity sensor. This driver also supports LTR-559
  192. ALS/PS or LTR-301 ALS sensors.
  193. This driver can also be built as a module. If so, the module
  194. will be called ltr501.
  195. config MAX44000
  196. tristate "MAX44000 Ambient and Infrared Proximity Sensor"
  197. depends on I2C
  198. select REGMAP_I2C
  199. select IIO_BUFFER
  200. select IIO_TRIGGERED_BUFFER
  201. help
  202. Say Y here if you want to build support for Maxim Integrated's
  203. MAX44000 ambient and infrared proximity sensor device.
  204. To compile this driver as a module, choose M here:
  205. the module will be called max44000.
  206. config OPT3001
  207. tristate "Texas Instruments OPT3001 Light Sensor"
  208. depends on I2C
  209. help
  210. If you say Y or M here, you get support for Texas Instruments
  211. OPT3001 Ambient Light Sensor.
  212. If built as a dynamically linked module, it will be called
  213. opt3001.
  214. config PA12203001
  215. tristate "TXC PA12203001 light and proximity sensor"
  216. depends on I2C
  217. select REGMAP_I2C
  218. help
  219. If you say yes here you get support for the TXC PA12203001
  220. ambient light and proximity sensor.
  221. This driver can also be built as a module. If so, the module
  222. will be called pa12203001.
  223. config SI1145
  224. tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
  225. depends on I2C
  226. select IIO_BUFFER
  227. select IIO_TRIGGERED_BUFFER
  228. help
  229. Say Y here if you want to build a driver for the Silicon Labs SI1132 or
  230. SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
  231. chips.
  232. To compile this driver as a module, choose M here: the module will be
  233. called si1145.
  234. config STK3310
  235. tristate "STK3310 ALS and proximity sensor"
  236. depends on I2C
  237. select REGMAP_I2C
  238. help
  239. Say yes here to get support for the Sensortek STK3310 ambient light
  240. and proximity sensor. The STK3311 model is also supported by this
  241. driver.
  242. Choosing M will build the driver as a module. If so, the module
  243. will be called stk3310.
  244. config TCS3414
  245. tristate "TAOS TCS3414 digital color sensor"
  246. depends on I2C
  247. select IIO_BUFFER
  248. select IIO_TRIGGERED_BUFFER
  249. help
  250. If you say yes here you get support for the TAOS TCS3414
  251. family of digital color sensors.
  252. This driver can also be built as a module. If so, the module
  253. will be called tcs3414.
  254. config TCS3472
  255. tristate "TAOS TCS3472 color light-to-digital converter"
  256. depends on I2C
  257. select IIO_BUFFER
  258. select IIO_TRIGGERED_BUFFER
  259. help
  260. If you say yes here you get support for the TAOS TCS3472
  261. family of color light-to-digital converters with IR filter.
  262. This driver can also be built as a module. If so, the module
  263. will be called tcs3472.
  264. config SENSORS_TSL2563
  265. tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
  266. depends on I2C
  267. help
  268. If you say yes here you get support for the Taos TSL2560,
  269. TSL2561, TSL2562 and TSL2563 ambient light sensors.
  270. This driver can also be built as a module. If so, the module
  271. will be called tsl2563.
  272. config TSL4531
  273. tristate "TAOS TSL4531 ambient light sensors"
  274. depends on I2C
  275. help
  276. Say Y here if you want to build a driver for the TAOS TSL4531 family
  277. of ambient light sensors with direct lux output.
  278. To compile this driver as a module, choose M here: the
  279. module will be called tsl4531.
  280. config US5182D
  281. tristate "UPISEMI light and proximity sensor"
  282. depends on I2C
  283. help
  284. If you say yes here you get support for the UPISEMI US5182D
  285. ambient light and proximity sensor.
  286. This driver can also be built as a module. If so, the module
  287. will be called us5182d.
  288. config VCNL4000
  289. tristate "VCNL4000/4010/4020 combined ALS and proximity sensor"
  290. depends on I2C
  291. help
  292. Say Y here if you want to build a driver for the Vishay VCNL4000,
  293. VCNL4010, VCNL4020 combined ambient light and proximity sensor.
  294. To compile this driver as a module, choose M here: the
  295. module will be called vcnl4000.
  296. config VEML6070
  297. tristate "VEML6070 UV A light sensor"
  298. depends on I2C
  299. help
  300. Say Y here if you want to build a driver for the Vishay VEML6070 UV A
  301. light sensor.
  302. To compile this driver as a module, choose M here: the
  303. module will be called veml6070.
  304. endmenu