Kconfig (e82a82c19f4272ea5437cc76e5711b98e2ee6223) | Kconfig (193e2d4fd91c5e5d563395f9577621dac4f4df31) |
---|---|
1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ACPI_ALS --- 224 unchanged lines hidden (view full) --- 233 234 This driver can also be built as a module. If so, the module 235 will be called ltr501. 236 237config MAX44000 238 tristate "MAX44000 Ambient and Infrared Proximity Sensor" 239 depends on I2C 240 select REGMAP_I2C | 1# 2# Light sensors 3# 4# When adding new entries keep the list in alphabetical order 5 6menu "Light sensors" 7 8config ACPI_ALS --- 224 unchanged lines hidden (view full) --- 233 234 This driver can also be built as a module. If so, the module 235 will be called ltr501. 236 237config MAX44000 238 tristate "MAX44000 Ambient and Infrared Proximity Sensor" 239 depends on I2C 240 select REGMAP_I2C |
241 select IIO_BUFFER 242 select IIO_TRIGGERED_BUFFER |
|
241 help 242 Say Y here if you want to build support for Maxim Integrated's 243 MAX44000 ambient and infrared proximity sensor device. 244 245 To compile this driver as a module, choose M here: 246 the module will be called max44000. 247 248config OPT3001 --- 107 unchanged lines hidden --- | 243 help 244 Say Y here if you want to build support for Maxim Integrated's 245 MAX44000 ambient and infrared proximity sensor device. 246 247 To compile this driver as a module, choose M here: 248 the module will be called max44000. 249 250config OPT3001 --- 107 unchanged lines hidden --- |