diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 477a9434b9c0..6d7665ce6f4a 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -285,6 +285,16 @@ config SGI_GRU_DEBUG | |||
285 | This option enables addition debugging code for the SGI GRU driver. If | 285 | This option enables addition debugging code for the SGI GRU driver. If |
286 | you are unsure, say N. | 286 | you are unsure, say N. |
287 | 287 | ||
288 | config APDS9802ALS | ||
289 | tristate "Medfield Avago APDS9802 ALS Sensor module" | ||
290 | depends on I2C | ||
291 | help | ||
292 | If you say yes here you get support for the ALS APDS9802 ambient | ||
293 | light sensor. | ||
294 | |||
295 | This driver can also be built as a module. If so, the module | ||
296 | will be called apds9802als. | ||
297 | |||
288 | config ISL29003 | 298 | config ISL29003 |
289 | tristate "Intersil ISL29003 ambient light sensor" | 299 | tristate "Intersil ISL29003 ambient light sensor" |
290 | depends on I2C && SYSFS | 300 | depends on I2C && SYSFS |