Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 2 | # Miscellaneous I2C chip drivers configuration |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | # |
Wolfram Sang | 02cf617 | 2008-10-22 20:21:33 +0200 | [diff] [blame] | 4 | # *** DEPRECATED! Do not add new entries! See Makefile *** |
| 5 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
Jean Delvare | ad2f931 | 2005-07-02 18:15:49 +0200 | [diff] [blame] | 7 | menu "Miscellaneous I2C Chip support" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Rodolfo Giometti | a92c344 | 2007-07-12 14:12:30 +0200 | [diff] [blame] | 9 | config SENSORS_TSL2550 |
| 10 | tristate "Taos TSL2550 ambient light sensor" |
| 11 | depends on EXPERIMENTAL |
| 12 | help |
| 13 | If you say yes here you get support for the Taos TSL2550 |
| 14 | ambient light sensor. |
| 15 | |
| 16 | This driver can also be built as a module. If so, the module |
| 17 | will be called tsl2550. |
| 18 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | endmenu |