diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-03-31 18:23:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-01 11:59:18 -0400 |
commit | 3cdbbeebb77348176bd6a03fd86e11bc281c529e (patch) | |
tree | 079d84c58cdb0e6f4d43eee69d42d26d5a48af35 /drivers/misc/Kconfig | |
parent | 891f7d73ea30f925596b90bcf21020bfc5d90f3f (diff) |
drivers/misc/isl29003.c: driver for the ISL29003 ambient light sensor
Add a driver for Intersil's ISL29003 ambient light sensor device plus some
documentation. Inspired by tsl2550.c, a driver for a similar device.
It is put in drivers/misc for now until the industrial I/O framework gets
merged.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Cc: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 1c484084ed4f..5f3bff434621 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -223,6 +223,16 @@ config DELL_LAPTOP | |||
223 | This driver adds support for rfkill and backlight control to Dell | 223 | This driver adds support for rfkill and backlight control to Dell |
224 | laptops. | 224 | laptops. |
225 | 225 | ||
226 | config ISL29003 | ||
227 | tristate "Intersil ISL29003 ambient light sensor" | ||
228 | depends on I2C && SYSFS | ||
229 | help | ||
230 | If you say yes here you get support for the Intersil ISL29003 | ||
231 | ambient light sensor. | ||
232 | |||
233 | This driver can also be built as a module. If so, the module | ||
234 | will be called isl29003. | ||
235 | |||
226 | source "drivers/misc/c2port/Kconfig" | 236 | source "drivers/misc/c2port/Kconfig" |
227 | source "drivers/misc/eeprom/Kconfig" | 237 | source "drivers/misc/eeprom/Kconfig" |
228 | 238 | ||