Kconfig 11 KB

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