Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388
  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 SENSORS_ISL29018
  118. tristate "Intersil 29018 light and proximity sensor"
  119. depends on I2C
  120. select REGMAP_I2C
  121. default n
  122. help
  123. If you say yes here you get support for ambient light sensing and
  124. proximity infrared sensing from Intersil ISL29018.
  125. This driver will provide the measurements of ambient light intensity
  126. in lux, proximity infrared sensing and normal infrared sensing.
  127. Data from sensor is accessible via sysfs.
  128. config ISL29125
  129. tristate "Intersil ISL29125 digital color light sensor"
  130. depends on I2C
  131. select IIO_BUFFER
  132. select IIO_TRIGGERED_BUFFER
  133. help
  134. Say Y here if you want to build a driver for the Intersil ISL29125
  135. RGB light sensor for I2C.
  136. To compile this driver as a module, choose M here: the module will be
  137. called isl29125.
  138. config HID_SENSOR_ALS
  139. depends on HID_SENSOR_HUB
  140. select IIO_BUFFER
  141. select IIO_TRIGGERED_BUFFER
  142. select HID_SENSOR_IIO_COMMON
  143. select HID_SENSOR_IIO_TRIGGER
  144. tristate "HID ALS"
  145. help
  146. Say yes here to build support for the HID SENSOR
  147. Ambient light sensor.
  148. To compile this driver as a module, choose M here: the
  149. module will be called hid-sensor-als.
  150. config HID_SENSOR_PROX
  151. depends on HID_SENSOR_HUB
  152. select IIO_BUFFER
  153. select IIO_TRIGGERED_BUFFER
  154. select HID_SENSOR_IIO_COMMON
  155. select HID_SENSOR_IIO_TRIGGER
  156. tristate "HID PROX"
  157. help
  158. Say yes here to build support for the HID SENSOR
  159. Proximity sensor.
  160. To compile this driver as a module, choose M here: the
  161. module will be called hid-sensor-prox.
  162. config JSA1212
  163. tristate "JSA1212 ALS and proximity sensor driver"
  164. depends on I2C
  165. select REGMAP_I2C
  166. help
  167. Say Y here if you want to build a IIO driver for JSA1212
  168. proximity & ALS sensor device.
  169. To compile this driver as a module, choose M here:
  170. the module will be called jsa1212.
  171. config RPR0521
  172. tristate "ROHM RPR0521 ALS and proximity sensor driver"
  173. depends on I2C
  174. select REGMAP_I2C
  175. help
  176. Say Y here if you want to build support for ROHM's RPR0521
  177. ambient light and proximity sensor device.
  178. To compile this driver as a module, choose M here:
  179. the module will be called rpr0521.
  180. config SENSORS_LM3533
  181. tristate "LM3533 ambient light sensor"
  182. depends on MFD_LM3533
  183. help
  184. If you say yes here you get support for the ambient light sensor
  185. interface on National Semiconductor / TI LM3533 Lighting Power
  186. chips.
  187. The sensor interface can be used to control the LEDs and backlights
  188. of the chip through defining five light zones and three sets of
  189. corresponding output-current values.
  190. The driver provides raw and mean adc readings along with the current
  191. light zone through sysfs. A threshold event can be generated on zone
  192. changes. The ALS-control output values can be set per zone for the
  193. three current output channels.
  194. config LTR501
  195. tristate "LTR-501ALS-01 light sensor"
  196. depends on I2C
  197. select REGMAP_I2C
  198. select IIO_BUFFER
  199. select IIO_TRIGGERED_BUFFER
  200. help
  201. If you say yes here you get support for the Lite-On LTR-501ALS-01
  202. ambient light and proximity sensor. This driver also supports LTR-559
  203. ALS/PS or LTR-301 ALS sensors.
  204. This driver can also be built as a module. If so, the module
  205. will be called ltr501.
  206. config MAX44000
  207. tristate "MAX44000 Ambient and Infrared Proximity Sensor"
  208. depends on I2C
  209. select REGMAP_I2C
  210. select IIO_BUFFER
  211. select IIO_TRIGGERED_BUFFER
  212. help
  213. Say Y here if you want to build support for Maxim Integrated's
  214. MAX44000 ambient and infrared proximity sensor device.
  215. To compile this driver as a module, choose M here:
  216. the module will be called max44000.
  217. config OPT3001
  218. tristate "Texas Instruments OPT3001 Light Sensor"
  219. depends on I2C
  220. help
  221. If you say Y or M here, you get support for Texas Instruments
  222. OPT3001 Ambient Light Sensor.
  223. If built as a dynamically linked module, it will be called
  224. opt3001.
  225. config PA12203001
  226. tristate "TXC PA12203001 light and proximity sensor"
  227. depends on I2C
  228. select REGMAP_I2C
  229. help
  230. If you say yes here you get support for the TXC PA12203001
  231. ambient light and proximity sensor.
  232. This driver can also be built as a module. If so, the module
  233. will be called pa12203001.
  234. config SI1145
  235. tristate "SI1132 and SI1141/2/3/5/6/7 combined ALS, UV index and proximity sensor"
  236. depends on I2C
  237. select IIO_BUFFER
  238. select IIO_TRIGGERED_BUFFER
  239. help
  240. Say Y here if you want to build a driver for the Silicon Labs SI1132 or
  241. SI1141/2/3/5/6/7 combined ambient light, UV index and proximity sensor
  242. chips.
  243. To compile this driver as a module, choose M here: the module will be
  244. called si1145.
  245. config STK3310
  246. tristate "STK3310 ALS and proximity sensor"
  247. depends on I2C
  248. select REGMAP_I2C
  249. help
  250. Say yes here to get support for the Sensortek STK3310 ambient light
  251. and proximity sensor. The STK3311 model is also supported by this
  252. driver.
  253. Choosing M will build the driver as a module. If so, the module
  254. will be called stk3310.
  255. config TCS3414
  256. tristate "TAOS TCS3414 digital color sensor"
  257. depends on I2C
  258. select IIO_BUFFER
  259. select IIO_TRIGGERED_BUFFER
  260. help
  261. If you say yes here you get support for the TAOS TCS3414
  262. family of digital color sensors.
  263. This driver can also be built as a module. If so, the module
  264. will be called tcs3414.
  265. config TCS3472
  266. tristate "TAOS TCS3472 color light-to-digital converter"
  267. depends on I2C
  268. select IIO_BUFFER
  269. select IIO_TRIGGERED_BUFFER
  270. help
  271. If you say yes here you get support for the TAOS TCS3472
  272. family of color light-to-digital converters with IR filter.
  273. This driver can also be built as a module. If so, the module
  274. will be called tcs3472.
  275. config SENSORS_TSL2563
  276. tristate "TAOS TSL2560, TSL2561, TSL2562 and TSL2563 ambient light sensors"
  277. depends on I2C
  278. help
  279. If you say yes here you get support for the Taos TSL2560,
  280. TSL2561, TSL2562 and TSL2563 ambient light sensors.
  281. This driver can also be built as a module. If so, the module
  282. will be called tsl2563.
  283. config TSL2583
  284. tristate "TAOS TSL2580, TSL2581 and TSL2583 light-to-digital converters"
  285. depends on I2C
  286. help
  287. Provides support for the TAOS tsl2580, tsl2581 and tsl2583 devices.
  288. Access ALS data via iio, sysfs.
  289. config TSL4531
  290. tristate "TAOS TSL4531 ambient light sensors"
  291. depends on I2C
  292. help
  293. Say Y here if you want to build a driver for the TAOS TSL4531 family
  294. of ambient light sensors with direct lux output.
  295. To compile this driver as a module, choose M here: the
  296. module will be called tsl4531.
  297. config US5182D
  298. tristate "UPISEMI light and proximity sensor"
  299. depends on I2C
  300. help
  301. If you say yes here you get support for the UPISEMI US5182D
  302. ambient light and proximity sensor.
  303. This driver can also be built as a module. If so, the module
  304. will be called us5182d.
  305. config VCNL4000
  306. tristate "VCNL4000/4010/4020 combined ALS and proximity sensor"
  307. depends on I2C
  308. help
  309. Say Y here if you want to build a driver for the Vishay VCNL4000,
  310. VCNL4010, VCNL4020 combined ambient light and proximity sensor.
  311. To compile this driver as a module, choose M here: the
  312. module will be called vcnl4000.
  313. config VEML6070
  314. tristate "VEML6070 UV A light sensor"
  315. depends on I2C
  316. help
  317. Say Y here if you want to build a driver for the Vishay VEML6070 UV A
  318. light sensor.
  319. To compile this driver as a module, choose M here: the
  320. module will be called veml6070.
  321. endmenu